From: Tom Tromey Date: Wed, 7 Nov 2007 22:55:58 +0000 (+0000) Subject: re PR java/34019 (Minor typo in gcj documentation) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a54716a857f614647b249bc91345f58c18d2c68;p=gcc.git re PR java/34019 (Minor typo in gcj documentation) PR java/34019: * gcj.texi (Input Options): Add missing noun. From-SVN: r129974 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 194edc55a78..fd737f99ff6 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 b268db7ffce..f5df9d943e7 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.