]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/usb.c
sr_parse_(period|voltage): deprecate struct sr_rational
[libsigrok.git] / hardware / common / usb.c
index 5cc89612317d420bf437ad2cd2c82ce2f77d6ee3..efe4eb432a1444c854da118a3a15945707a0c40a 100644 (file)
@@ -25,7 +25,7 @@
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
 
-/* SR_HWCAP_CONN takes one of these: */
+/* SR_CONF_CONN takes one of these: */
 #define CONN_USB_VIDPID  "^([0-9a-z]{1,4})\\.([0-9a-z]{1,4})$"
 #define CONN_USB_BUSADDR "^(\\d+)\\.(\\d+)$"