diff options
author | Tom Tromey <tromey@redhat.com> | 2007-11-07 22:55:58 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-11-07 22:55:58 +0000 |
commit | 4a54716a857f614647b249bc91345f58c18d2c68 (patch) | |
tree | 10f33f1465812088be6d211efb09ce581131fe48 /gcc/java/gcj.texi | |
parent | 52982a970e03e299950638b623243d7724aa8962 (diff) | |
download | gcc-4a54716a857f614647b249bc91345f58c18d2c68.zip gcc-4a54716a857f614647b249bc91345f58c18d2c68.tar.gz gcc-4a54716a857f614647b249bc91345f58c18d2c68.tar.bz2 |
re PR java/34019 (Minor typo in gcj documentation)
PR java/34019:
* gcj.texi (Input Options): Add missing noun.
From-SVN: r129974
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 b268db7..f5df9d9 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. |