diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-18 22:15:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-18 22:15:51 +0000 |
commit | 634661fe5a3f091d6c4b15527ddc7cfc3e448469 (patch) | |
tree | 844d5b8a384374b2b793ce1f6da97b6f65d60189 /gcc/java/javaop.h | |
parent | a1fb4e912af42cf0b6f54136575ffdb09384a4a2 (diff) | |
download | gcc-634661fe5a3f091d6c4b15527ddc7cfc3e448469.zip gcc-634661fe5a3f091d6c4b15527ddc7cfc3e448469.tar.gz gcc-634661fe5a3f091d6c4b15527ddc7cfc3e448469.tar.bz2 |
check-init.c: Fix comment typos.
* check-init.c: Fix comment typos.
* class.c: Likewise.
* constants.c: Likewise.
* decl.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* java-except.h: Likewise.
* java-tree.h: Likewise.
* javaop.h: Likewise.
* jcf-dump.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* jcf-write.c: Likewise.
* lang.c: Likewise.
* mangle.c: Likewise.
* typeck.c: Likewise.
* verify.c: Likewise.
From-SVN: r61477
Diffstat (limited to 'gcc/java/javaop.h')
-rw-r--r-- | gcc/java/javaop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/javaop.h b/gcc/java/javaop.h index e915701..da09254 100644 --- a/gcc/java/javaop.h +++ b/gcc/java/javaop.h @@ -39,7 +39,7 @@ typedef unsigned int16 uint16; #endif typedef unsigned int32 uint32; -/* A signed 64-bit (or more) integral type, suiteable for Java's 'long'. */ +/* A signed 64-bit (or more) integral type, suitable for Java's 'long'. */ #ifndef int64 #define int64 long long #endif |