]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo. redudant -> redundant
authorJeff Law <law@gcc.gnu.org>
Thu, 6 May 1999 21:20:00 +0000 (15:20 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 6 May 1999 21:20:00 +0000 (15:20 -0600)
From-SVN: r26809

gcc/java/lang.c

index 4afaa94a0e42f2448d62e7cbe10acc4c50d64d09..df3a199af62a818f941c3261499a56088f9a298b 100644 (file)
@@ -228,7 +228,7 @@ lang_decode_option (argc, argv)
       return 1;
     }
 
-  if (strcmp (p, "-Wredudant-modifiers") == 0)
+  if (strcmp (p, "-Wredundant-modifiers") == 0)
     {
       flag_redundant = 1;
       return 1;
This page took 0.066156 seconds and 5 git commands to generate.