gcj.texi (Input Options): Fixed typo.
authorMichael Koch <konqueror@gmx.de>
Tue, 4 Jun 2002 22:00:42 +0000 (22:00 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 4 Jun 2002 22:00:42 +0000 (22:00 +0000)
2002-06-04  Michael Koch  <konqueror@gmx.de>

* gcj.texi (Input Options): Fixed typo.

From-SVN: r54263

gcc/java/ChangeLog
gcc/java/gcj.texi

index 9241ec80d5c21903478ff63a9870027e6595c1cb..e05dba1504f677ad0905c5d543dd808b57b0cea5 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-04  Michael Koch  <konqueror@gmx.de>
+
+       * gcj.texi (Input Options): Fixed typo.
+
 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
 
        * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
index e8b913ce8a9b9423d6690cb20eaad83b85e4917c..67fb135710c4eb251fe95437e289de6900f6731a 100644 (file)
@@ -242,7 +242,7 @@ file, which @command{gcj} will search as if it is a directory.
 @item -I@var{dir}
 All directories specified by @code{-I} are kept in order and prepended
 to the class path constructed from all the other options.  Unless
-compatibility with tools like @code{javac} is imported, we recommend
+compatibility with tools like @code{javac} is important, we recommend
 always using @code{-I} instead of the other options for manipulating the
 class path.