diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:25:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:25:00 +0000 |
commit | 7a974467426e87e9b4377f87f262caeb6ccf28c7 (patch) | |
tree | 6986aaabf8b78d0d7811ad4cd7a7312cdc1d9a13 /gcc/java/gcj.texi | |
parent | 14b50238996f949398f41ee5c5d6bfbaa842ea47 (diff) | |
download | gcc-7a974467426e87e9b4377f87f262caeb6ccf28c7.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103927 138bc75d-0d04-0410-961f-82ee72b054a4
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 54952f6e7e0..142671eb852 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 |