diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-03-18 14:16:50 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-03-18 14:16:50 +0100 |
commit | ed2306a6f29bc4d85f5f248c83fff252b22c60a5 (patch) | |
tree | ba5a3b17182bad7b0dd150771e8bd1d94f7a7279 | |
parent | a759e1a143122dd73f9051a3d48c4846839c340e (diff) | |
download | libsigrokdecode-ed2306a6f29bc4d85f5f248c83fff252b22c60a5.tar.gz libsigrokdecode-ed2306a6f29bc4d85f5f248c83fff252b22c60a5.zip |
srd: Fix typos.
-rw-r--r-- | controller.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controller.c b/controller.c index 643cf46..3ebf5a9 100644 --- a/controller.c +++ b/controller.c @@ -494,11 +494,11 @@ SRD_API int srd_inst_stack(struct srd_decoder_inst *di_from, } /** - * Finds a decoder instance by its instance id, but only in the bottom + * Finds a decoder instance by its instance ID, but only in the bottom * level of instances -- instances already stacked on top of another one * will not be found. * - * @param inst_id The instance id to be found. + * @param inst_id The instance ID to be found. * * @return Pointer to struct srd_decoder_inst, or NULL if not found. */ |