diff options
author | Mike Stump <mrs@wrs.com> | 2000-12-14 04:28:50 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2000-12-14 04:28:50 +0000 |
commit | e9e42530cdf86f1185964cac16dd9ff162f7ec3f (patch) | |
tree | 5a28dd0c0411c31a07eab36aefdd588f5c8dd75e /gcc/java/parse.y | |
parent | 60a8ab96f4f7beb336464be535d21d28d9dab21e (diff) | |
download | gcc-e9e42530cdf86f1185964cac16dd9ff162f7ec3f.zip gcc-e9e42530cdf86f1185964cac16dd9ff162f7ec3f.tar.gz gcc-e9e42530cdf86f1185964cac16dd9ff162f7ec3f.tar.bz2 |
* parse.y (check_static_final_variable_assignment_flag): Fix spelling.
From-SVN: r38241
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r-- | gcc/java/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y index 7761130..00a5544 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -12171,7 +12171,7 @@ check_static_final_variable_assignment_flag (class) && !DECL_FIELD_FINAL_IUD (field) && !DECL_FIELD_FINAL_LIIC (field)) parse_error_context (DECL_FIELD_FINAL_WFL (field), - "Blank static final variable `%s' may not have be initialized", + "Blank static final variable `%s' may not have been initialized", IDENTIFIER_POINTER (DECL_NAME (field))); } |