]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/regclass.c
c-common.c: Fix comment typos.
[gcc.git] / gcc / regclass.c
index 61119f3bf7beba2ac1999b6f222221de21f9a90f..140a207a2763cb6f934696c70287eedf9a0ebc9f 100644 (file)
@@ -1304,7 +1304,7 @@ regclass (f, nregs, dump)
          for (class = (int) ALL_REGS - 1; class > 0; class--)
            {
              /* Ignore classes that are too small for this operand or
-                invalid for a operand that was auto-incremented.  */
+                invalid for an operand that was auto-incremented.  */
              if (!contains_reg_of_mode [class][PSEUDO_REGNO_MODE (i)]
 #ifdef FORBIDDEN_INC_DEC_CLASSES
                  || (in_inc_dec[i] && forbidden_inc_dec_class[class])
This page took 0.02918 seconds and 5 git commands to generate.