Patch: FYI: gcj.texi typo

Tom Tromey tromey@redhat.com
Tue Jun 4 14:04:00 GMT 2002


I'm checking this in.

Tom

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/ChangeLog,v
retrieving revision 1.1008
diff -u -r1.1008 ChangeLog
--- ChangeLog	4 Jun 2002 07:10:39 -0000	1.1008
+++ ChangeLog	4 Jun 2002 21:01:42 -0000
@@ -1,3 +1,7 @@
+2002-06-04  Michael Koch  <konqueror@gmx.de>
+
+	* gcj.texi (Input Options): Fixed typo.
+
 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
 
 	* check-init.c (attach_initialized_static_class): Delete, unused.
Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.30
diff -u -r1.30 gcj.texi
--- gcj.texi	23 Apr 2002 22:58:09 -0000	1.30
+++ gcj.texi	4 Jun 2002 21:01:44 -0000
@@ -242,7 +242,7 @@
 @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.
 



More information about the Gcc-patches mailing list