* java-tree.h: Fixed typo.
authorTom Tromey <tromey@redhat.com>
Sun, 9 Dec 2001 06:03:42 +0000 (06:03 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 9 Dec 2001 06:03:42 +0000 (06:03 +0000)
From-SVN: r47805

gcc/java/ChangeLog
gcc/java/java-tree.h

index 30e730fbc2f88e369f9d17217990102c5102351e..08cc7f1c8039bc909e24b8672a8b3ee5eee3c763 100644 (file)
@@ -1,5 +1,7 @@
 2001-12-08  Tom Tromey  <tromey@redhat.com>
 
+       * java-tree.h: Fixed typo.
+
        * gjavah.c (decompile_method): Don't decompile to `return this'
        for static methods.
 
index f28696384720a4efc95f084bc41eb4155a9f79b1..63c08d7c80d960a36e56f8678312ca7d267688e3 100644 (file)
@@ -644,7 +644,7 @@ struct lang_identifier
 };
 
 /* 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.  */