diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-16 16:23:50 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-16 16:23:50 +0000 |
commit | a83f01f0409ad496222c05be70d4cb5a1b3e132d (patch) | |
tree | e33afaec1a48dabdfffb966214f02786bf95c440 /gcc/java/lex.c | |
parent | 5868edbb704f78353a0d88907914148e58c2cd7c (diff) | |
download | gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.zip gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.tar.gz gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.tar.bz2 |
ChangeLog, [...]: Fix spelling errors.
* ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
spelling errors.
From-SVN: r48075
Diffstat (limited to 'gcc/java/lex.c')
-rw-r--r-- | gcc/java/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c index 36e3827..adc5951 100644 --- a/gcc/java/lex.c +++ b/gcc/java/lex.c @@ -1657,7 +1657,7 @@ java_lex (java_lval) /* This is called by the parser to see if an error should be generated due to numeric overflow. This function only handles the particular case of the largest negative value, and is only called in the case - where this value is not preceeded by `-'. */ + where this value is not preceded by `-'. */ static void error_if_numeric_overflow (value) tree value; |