aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
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/jcf-parse.c
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/jcf-parse.c')
-rw-r--r--gcc/java/jcf-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index aabe8c0..425dc4d 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -683,7 +683,7 @@ load_class (tree class_or_name, int verbose)
break;
/* We failed loading name. Now consider that we might be looking
- for a inner class. */
+ for an inner class. */
if ((separator = strrchr (IDENTIFIER_POINTER (name), '$'))
|| (separator = strrchr (IDENTIFIER_POINTER (name), '.')))
{