]> sigrok.org Git - libsigrok.git/blobdiff - hardware/rigol-ds1xx2/protocol.h
rigol-ds1xx2: Use ARRAY_SIZE.
[libsigrok.git] / hardware / rigol-ds1xx2 / protocol.h
index cc9251ac20748757643938c0c706093acd387c90..fa056030f4e49ee10e54338f1221c373281d1607 100644 (file)
@@ -37,7 +37,7 @@
 
 /** Private, per-device-instance driver context. */
 struct dev_context {
-       /** The current frame limit */
+       /** The current frame limit. */
        uint64_t limit_frames;
 
        /** The current sampling limit (in number of samples). */