From: Tom Tromey Date: Sun, 9 Dec 2001 06:03:42 +0000 (+0000) Subject: * java-tree.h: Fixed typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0854b1c4ba58aa17726e704c4dc79133c4516db3;p=gcc.git * java-tree.h: Fixed typo. From-SVN: r47805 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 30e730fbc2f..08cc7f1c803 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,5 +1,7 @@ 2001-12-08 Tom Tromey + * java-tree.h: Fixed typo. + * gjavah.c (decompile_method): Don't decompile to `return this' for static methods. diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index f2869638472..63c08d7c80d 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -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. */