]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
A few more random 'probe' to 'channel' changes.
[libsigrok.git] / libsigrok-internal.h
index 60c35b831a74acf0b22729426231ea597d67bf5c..89bedde1dabb6c5b3f4cdd9f5241f3ff3cae72e5 100644 (file)
@@ -226,9 +226,9 @@ SR_PRIV int sr_err(const char *format, ...);
 
 /** Values for the changes argument of sr_dev_driver.config_channel_set. */
 enum {
-       /** The enabled state of the probe has been changed. */
+       /** The enabled state of the channel has been changed. */
        SR_CHANNEL_SET_ENABLED = 1 << 0,
-       /** The trigger setup of the probe has been changed. */
+       /** The trigger setup of the channel has been changed. */
        SR_CHANNEL_SET_TRIGGER = 1 << 1,
 };