This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: PR java/34019
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ-patches <java-patches at gcc dot gnu dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 07 Nov 2007 15:29:06 -0700
- Subject: Patch: FYI: PR java/34019
- Reply-to: Tom Tromey <tromey at redhat dot com>
I'm checking this in.
This fixes a minor typo in the gcj docs, aka PR 34019.
Tom
ChangeLog:
2007-11-07 Tom Tromey <tromey@redhat.com>
PR java/34019:
* gcj.texi (Input Options): Add missing noun.
Index: gcj.texi
===================================================================
--- gcj.texi (revision 129968)
+++ gcj.texi (working copy)
@@ -226,7 +226,7 @@
points at the installed @file{libgcj.jar}, a file which contains all the
standard classes.
-In the below, a directory or path component can refer either to an
+In the text below, a directory or path component can refer either to an
actual directory on the filesystem, or to a @file{.zip} or @file{.jar}
file, which @command{gcj} will search as if it is a directory.