aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-09-06 02:25:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-09-06 02:25:00 +0000
commitcd64dc985a81b4eb80a238f633df9f8e9c40ed90 (patch)
tree6986aaabf8b78d0d7811ad4cd7a7312cdc1d9a13 /gcc/java/parse.h
parent1634705dd6bf842b1dca21c690a38b3fdbef53a4 (diff)
downloadgcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.zip
gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.tar.gz
gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.tar.bz2
check-init.c, [...]: Fix comment typos.
* check-init.c, decl.c, expr.c, gcj.texi, java-tree.h, jcf-parse.c, jcf.h, parse.h, parse.y, typeck.c: Fix comment typos. Follow spelling conventions. From-SVN: r103927
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r--gcc/java/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h
index b321220..d95be26 100644
--- a/gcc/java/parse.h
+++ b/gcc/java/parse.h
@@ -157,7 +157,7 @@ extern void parse_error_context (tree cl, const char *gmsgid, ...) ATTRIBUTE_GCC
IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (TYPE))))
/* Pedantic warning on obsolete modifiers. Note: when cl is NULL,
- flags was set artificially, such as for a interface method */
+ flags was set artificially, such as for an interface method. */
#define OBSOLETE_MODIFIER_WARNING(cl, flags, __modifier, arg) \
{ \
if (flag_redundant && (cl) && ((flags) & (__modifier))) \