Fix typo. redudant -> redundant
From-SVN: r26809
This commit is contained in:
parent
6a071f4a74
commit
4e9dd50661
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue