projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a071f4
)
Fix typo. redudant -> redundant
author
Jeff Law
<law@gcc.gnu.org>
Thu, 6 May 1999 21:20:00 +0000
(15:20 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 6 May 1999 21:20:00 +0000
(15:20 -0600)
From-SVN: r26809
gcc/java/lang.c
patch
|
blob
|
history
diff --git
a/gcc/java/lang.c
b/gcc/java/lang.c
index 4afaa94a0e42f2448d62e7cbe10acc4c50d64d09..df3a199af62a818f941c3261499a56088f9a298b 100644
(file)
--- a/
gcc/java/lang.c
+++ b/
gcc/java/lang.c
@@
-228,7
+228,7
@@
lang_decode_option (argc, argv)
return 1;
}
- if (strcmp (p, "-Wredudant-modifiers") == 0)
+ if (strcmp (p, "-Wredu
n
dant-modifiers") == 0)
{
flag_redundant = 1;
return 1;