Commit 4e9dd506 by Jeff Law

Fix typo. redudant -> redundant

From-SVN: r26809
parent 6a071f4a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment