From: Bert Vermeulen Date: Fri, 15 Aug 2014 21:31:39 +0000 (+0200) Subject: input: Fix internal API docs. X-Git-Tag: libsigrok-0.4.0~1111 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d65fcbcd4101c276e509746e1af73b3a95aa03fb;p=libsigrok.git input: Fix internal API docs. --- diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 2cf39b2b..89cfb599 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -197,21 +197,21 @@ struct sr_input { /** Input (file) module driver. */ struct sr_input_module { /** - * A unique ID for this output module, suitable for use in command-line + * A unique ID for this input module, suitable for use in command-line * clients, [a-z0-9-]. Must not be NULL. */ const char *id; /** - * A unique name for this output module, suitable for use in GUI + * A unique name for this input module, suitable for use in GUI * clients, can contain UTF-8. Must not be NULL. */ const char *name; /** - * A short description of the output module. Must not be NULL. + * A short description of the input module. Must not be NULL. * - * This can be displayed by frontends, e.g. when selecting the output + * This can be displayed by frontends, e.g. when selecting the input * module for saving a file. */ const char *desc;