Spelling fixes

Comments only, no change to functionality
This commit is contained in:
Larry Doolittle
2017-09-24 18:03:26 -07:00
parent 44d4da62bb
commit 1b6806e5bb
19 changed files with 28 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ static void kb_wait_1(void)
/* Here the else arm is a statement expression that's supposed
to be suppressed. The label inside the while would unsuppress
code generation again if not handled correctly. And that
would wreak havok to the cond-expression because there's no
would wreak havoc to the cond-expression because there's no
jump-around emitted, the whole statement expression really
needs to not generate code (perhaps except useless forward jumps). */
(1 ?