]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/demo/demo.c
Fix a bunch of typos.
[libsigrok.git] / src / hardware / demo / demo.c
index 36ead58901d517e8ed3fa306008d5e82966a4af4..63afcd106a67e54bd8a396c7224a0f5c8cd9ff52 100644 (file)
@@ -218,7 +218,7 @@ static void generate_analog_pattern(struct analog_gen *ag, uint64_t sample_rate)
                /* Make sure the number of samples we put out is an integer
                 * multiple of our period size */
                /* FIXME we actually need only one period. A ringbuffer would be
-                * usefull here.*/
+                * useful here. */
                while (num_samples % ANALOG_SAMPLES_PER_PERIOD != 0)
                        num_samples--;