fix typos in comments.
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:04:50 +0000 (04:04 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:04:50 +0000 (04:04 +0000)
From-SVN: r1264

gcc/c-lex.c
gcc/c-typeck.c

index 1d3c8e3bd51844c00a473b9c06b24b5a6a4df594..3611efbd4a1915d5ddedca921ef5c15df8d46d3f 100644 (file)
@@ -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 == '.')
                  {
index 699532efbb4d52d0fd9c75b69c4316e0b6d7fa60..12505e76c89c3428a7766f0a6652ffdb2da9e75e 100644 (file)
@@ -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);