diff options
author | Matthias Klose <doko@ubuntu.com> | 2011-12-03 16:51:54 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2011-12-03 16:51:54 +0000 |
commit | 50ada590dc4fc394c2be14c791c7bae6b46ba337 (patch) | |
tree | c6baf8df1f6d5b6ba7b8d999b944c79b6d0d2573 /gcc/java/expr.c | |
parent | ed74d6972b1370588186762f7a787623d53d3140 (diff) | |
download | gcc-50ada590dc4fc394c2be14c791c7bae6b46ba337.zip gcc-50ada590dc4fc394c2be14c791c7bae6b46ba337.tar.gz gcc-50ada590dc4fc394c2be14c791c7bae6b46ba337.tar.bz2 |
expr.c (SPECIAL_WIDE): Fix typo in message.
2011-12-03 Matthias Klose <doko@ubuntu.com>
* expr.c (SPECIAL_WIDE): Fix typo in message.
From-SVN: r181973
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index d383117..5f9ddda 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -3546,7 +3546,7 @@ process_jvm_instruction (int PC, const unsigned char* byte_ops, break; \ } \ default: \ - error ("unrecogized wide sub-instruction"); \ + error ("unrecognized wide sub-instruction"); \ } \ } |