aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf.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/jcf.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/jcf.h')
-rw-r--r--gcc/java/jcf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index f43523a..c92c34b 100644
--- a/gcc/java/jcf.h
+++ b/gcc/java/jcf.h
@@ -62,8 +62,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
open() call.
If you want to add another host, add your define to the list below
- (i.e. defined(WIN32) || defined(YOUR_HOST)) and add an host-specific
- .c file to Make-lang.in similar to win32-host.c */
+ (i.e. defined(WIN32) || defined(YOUR_HOST)) and add a host-specific
+ .c file to Make-lang.in similar to win32-host.c. */
#if defined(WIN32)
extern int
jcf_open_exact_case (const char* filename, int oflag);