aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-12-16 16:23:50 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-16 16:23:50 +0000
commita83f01f0409ad496222c05be70d4cb5a1b3e132d (patch)
treee33afaec1a48dabdfffb966214f02786bf95c440 /gcc/java/lex.c
parent5868edbb704f78353a0d88907914148e58c2cd7c (diff)
downloadgcc-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.c2
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;