]> sigrok.org Git - sigrok-util.git/blobdiff - source/drv-protocol.h
new-driver: Update for probe groups changes.
[sigrok-util.git] / source / drv-protocol.h
index f2cd96f8ef9ff953db9fd95c977b36f27dbd58dc..28ab52bfa4717a97a25721d0a3e70fbfc78d2cd7 100644 (file)
@@ -25,7 +25,7 @@
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
 
-/* Message logging helpers with driver-specific prefix string. */
+/* Message logging helpers with subsystem-specific prefix string. */
 #define LOG_PREFIX "${short}: "
 #define sr_log(l, s, args...) sr_log(l, LOG_PREFIX s, ## args)
 #define sr_spew(s, args...) sr_spew(LOG_PREFIX s, ## args)