diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-06 02:25:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-06 02:25:00 +0000 |
commit | cd64dc985a81b4eb80a238f633df9f8e9c40ed90 (patch) | |
tree | 6986aaabf8b78d0d7811ad4cd7a7312cdc1d9a13 /gcc/java/gcj.texi | |
parent | 1634705dd6bf842b1dca21c690a38b3fdbef53a4 (diff) | |
download | gcc-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/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 54952f6..142671e 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -2649,7 +2649,7 @@ Enables printing serialization debugging by the @code{java.io.ObjectInput} and string. Only used when running a debug build of the library. @item gnu.classpath.vm.shortname -This is a succint name of the virtual machine. For @code{libgcj}, +This is a succinct name of the virtual machine. For @code{libgcj}, this will always be @samp{libgcj}. @item gnu.classpath.home.url |