demo: Fix typos.
This commit is contained in:
parent
8bd3daa48a
commit
9503583268
|
@ -50,7 +50,7 @@ enum {
|
||||||
/**
|
/**
|
||||||
* Spells "sigrok" across 8 channels using '0's (with '1's as
|
* Spells "sigrok" across 8 channels using '0's (with '1's as
|
||||||
* "background") when displayed using the 'bits' output format.
|
* "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.
|
* in time by one bit.
|
||||||
*/
|
*/
|
||||||
PATTERN_SIGROK,
|
PATTERN_SIGROK,
|
||||||
|
@ -59,7 +59,7 @@ enum {
|
||||||
PATTERN_RANDOM,
|
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.
|
* every 8 channels, shifted to the right in time by one bit.
|
||||||
*/
|
*/
|
||||||
PATTERN_INC,
|
PATTERN_INC,
|
||||||
|
|
Loading…
Reference in New Issue