diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-07 22:55:58 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-07 22:55:58 +0000 |
commit | 9d02a4b43099f3ff2f35050307d37e94ab8c8e71 (patch) | |
tree | 10f33f1465812088be6d211efb09ce581131fe48 /gcc/java/gcj.texi | |
parent | 8c09e55ed3b53099afaff01c5d1f336ddb32cc80 (diff) | |
download | gcc-9d02a4b43099f3ff2f35050307d37e94ab8c8e71.tar.gz |
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
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 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. |