]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/collect2.c
c-common.c: Fix comment typos.
[gcc.git] / gcc / collect2.c
index 7b5078cf1f30c0dab9b5b0803b4e3d0697d6eb4a..297f769a6fd8455c21a51c94d42c2db68d0ace03 100644 (file)
@@ -2321,7 +2321,7 @@ libcompare (d1, d2)
       /* It has a valid numeric extension, prefer this one.  */
       if (*e1 == '.' && e1[1] && ISDIGIT (e1[1]))
        return 1;
-      /* It has a invalid numeric extension, must prefer the other one.  */
+      /* It has an invalid numeric extension, must prefer the other one.  */
       else
        return -1;
     }
@@ -2330,7 +2330,7 @@ libcompare (d1, d2)
       /* It has a valid numeric extension, prefer this one.  */
       if (*e2 == '.' && e2[1] && ISDIGIT (e2[1]))
        return -1;
-      /* It has a invalid numeric extension, must prefer the other one.  */
+      /* It has an invalid numeric extension, must prefer the other one.  */
       else
        return 1;
     }
This page took 0.032106 seconds and 5 git commands to generate.