From: tromey Date: Wed, 7 Nov 2007 22:55:58 +0000 (+0000) Subject: PR java/34019: X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d02a4b43099f3ff2f35050307d37e94ab8c8e71;p=thirdparty%2Fgcc.git PR java/34019: * gcj.texi (Input Options): Add missing noun. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129974 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 194edc55a78d..fd737f99ff65 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2007-11-07 Tom Tromey + + PR java/34019: + * gcj.texi (Input Options): Add missing noun. + 2007-11-02 Tom Tromey PR java/33765: diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index b268db7ffce0..f5df9d943e78 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -226,7 +226,7 @@ searches the class path looking for matching @file{.class} or 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.