This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: typo in gcj
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 08 Dec 2001 23:06:47 -0700
- Subject: Patch: FYI: typo in gcj
- Reply-to: tromey at redhat dot com
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. */