diff options
| -rw-r--r-- | gcc/java/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/java/java-tree.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 30e730f..08cc7f1 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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. diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index f286963..63c08d7 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. */ |
