]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/analyzer.c
Use 'kHz' (not 'KHz') consistently.
[libsigrok.git] / hardware / zeroplus-logic-cube / analyzer.c
index 7b069e1049be5cd4b394f6298d6eeb5bf3786800..283820b2dbc1e15306757ddbe52c8179b5a40ec9 100644 (file)
@@ -194,7 +194,7 @@ static int __analyzer_set_freq(libusb_device_handle *devh, int freq, int scale)
                reg0 = 5;
                reg2 = 64;
                break;
-       case FREQ_SCALE_KHZ: /* KHz */
+       case FREQ_SCALE_KHZ: /* kHz */
                if (freq >= 500 && freq < 1000) {
                        reg0 = freq * 0.01;
                        divisor = 5;