Commit e9e42530 by Mike Stump Committed by Mike Stump

* parse.y (check_static_final_variable_assignment_flag): Fix spelling.

From-SVN: r38241
parent 60a8ab96
2000-12-13 Mike Stump <mrs@wrs.com>
* parse.y (check_static_final_variable_assignment_flag): Fix spelling.
2000-11-07 Tom Tromey <tromey@cygnus.com>
* Make-lang.in (JAVA_LEX_C): Added chartables.h.
......
......@@ -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)));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment