Fix typo. redudant -> redundant

From-SVN: r26809
This commit is contained in:
Jeff Law 1999-05-06 15:20:00 -06:00
parent 6a071f4a74
commit 4e9dd50661

View 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;