]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: Fix typos.
authorUwe Hermann <redacted>
Sun, 18 Mar 2012 13:16:50 +0000 (14:16 +0100)
committerUwe Hermann <redacted>
Sun, 18 Mar 2012 13:16:50 +0000 (14:16 +0100)
controller.c

index 643cf46ee3ed12781c4d7bad928fda557fdc41aa..3ebf5a9e4c77a4bb313a32f4f074910c9be21d7e 100644 (file)
@@ -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.
  */