Patch: FYI: typo in gcj

Tom Tromey tromey@redhat.com
Sat Dec 8 22:03:00 GMT 2001


I'm checking this in.  It is a trivial typo fix in a comment in gcj.

Tom

Index: java-tree.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/java-tree.h,v
retrieving revision 1.127
diff -u -r1.127 java-tree.h
--- java-tree.h 2001/12/06 23:12:55 1.127
+++ java-tree.h 2001/12/09 06:01:01
@@ -644,7 +644,7 @@
 };
 
 /* Macros for access to language-specific slots in an identifier.  */
-/* UNless specifide, each of these slots contains a DECL node or null.  */
+/* Unless specified, each of these slots contains a DECL node or null.  */
 
 /* This represents the value which the identifier has in the
    file-scope namespace.  */



More information about the Gcc-patches mailing list