From: Richard Stallman Date: Wed, 24 Jun 1992 04:04:50 +0000 (+0000) Subject: fix typos in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b6327ae85fd9785272447667dc693a404eab059;p=gcc.git fix typos in comments. From-SVN: r1264 --- diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 1d3c8e3bd51..3611efbd4a1 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1294,7 +1294,7 @@ yylex () { char *p1 = token_buffer; /* Check for "0.0" and variants; - Sunos 4 spuriously returns ERANGE for them. */ + SunOS 4 spuriously returns ERANGE for them. */ while (*p1 == '0') p1++; if (*p1 == '.') { diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 699532efbb4..12505e76c89 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -5172,7 +5172,7 @@ c_expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) return; } - /* Record the contents of OUTPUTS before it is modifed. */ + /* Record the contents of OUTPUTS before it is modified. */ for (i = 0, tail = outputs; tail; tail = TREE_CHAIN (tail), i++) o[i] = TREE_VALUE (tail);