]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
modbus: Minor typos, cosmetics and consistency fixes.
[libsigrok.git] / include / libsigrok / libsigrok.h
index 42cdcaa5da49ccaad10671b0750044bbe2867e3d..3ac46f6b30f0c8bba680b486b648cb44d2558863 100644 (file)
@@ -624,7 +624,7 @@ enum sr_configkey {
        /** The device can act as an LCR meter. */
        SR_CONF_LCRMETER,
 
-       /** The device can act as an LCR meter. */
+       /** The device can act as an electronic load. */
        SR_CONF_ELECTRONIC_LOAD,
 
        /*--- Driver scan options -------------------------------------------*/
@@ -989,7 +989,7 @@ enum sr_dev_inst_type {
        SR_INST_SCPI,
        /** Device-instance type for user-created "devices". */
        SR_INST_USER,
-       /** Device instance type for modbus devices. */
+       /** Device instance type for Modbus devices. */
        SR_INST_MODBUS,
 };