diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-09 06:03:42 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-09 06:03:42 +0000 |
| commit | 4c8cd415fbf07b27b046a751eefcf6e1a517dc03 (patch) | |
| tree | c8d95ea9924c0bcc76ef0fc6e8f79967ad3e706f | |
| parent | ae9b7e746b26c83cfc2bfd9aba2fcd6377b1d83e (diff) | |
| download | ppe42-gcc-4c8cd415fbf07b27b046a751eefcf6e1a517dc03.tar.gz ppe42-gcc-4c8cd415fbf07b27b046a751eefcf6e1a517dc03.zip | |
* java-tree.h: Fixed typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47805 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 30e730fbc2f..08cc7f1c803 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 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. */ |

