]> sigrok.org Git - libsigrok.git/commitdiff
demo: Fix typos.
authorUwe Hermann <redacted>
Tue, 25 Mar 2014 20:38:47 +0000 (21:38 +0100)
committerUwe Hermann <redacted>
Sun, 30 Mar 2014 16:06:54 +0000 (18:06 +0200)
hardware/demo/demo.c

index 07ae253aa40f189e391029bc00ee70290ad379e0..1718f81be8b95b6193f2a41e1f6d265edea36289 100644 (file)
@@ -50,7 +50,7 @@ enum {
        /**
         * Spells "sigrok" across 8 channels using '0's (with '1's as
         * "background") when displayed using the 'bits' output format.
-        * The pattern is repeasted every 8 channels, shifted to the right
+        * The pattern is repeated every 8 channels, shifted to the right
         * in time by one bit.
         */
        PATTERN_SIGROK,
@@ -59,7 +59,7 @@ enum {
        PATTERN_RANDOM,
 
        /**
-        * Incrementing number across 8 channels. The pattern is repeasted
+        * Incrementing number across 8 channels. The pattern is repeated
         * every 8 channels, shifted to the right in time by one bit.
         */
        PATTERN_INC,