Fix typo. redudant -> redundant
From-SVN: r26809
This commit is contained in:
parent
6a071f4a74
commit
4e9dd50661
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user