diff options
author | Tom Tromey <tromey@redhat.com> | 2001-12-09 06:03:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-12-09 06:03:42 +0000 |
commit | 0854b1c4ba58aa17726e704c4dc79133c4516db3 (patch) | |
tree | c8d95ea9924c0bcc76ef0fc6e8f79967ad3e706f /gcc/java/java-tree.h | |
parent | 5fcab23524cf4b0d797bdaa403d12e71966c69a2 (diff) | |
download | gcc-0854b1c4ba58aa17726e704c4dc79133c4516db3.zip gcc-0854b1c4ba58aa17726e704c4dc79133c4516db3.tar.gz gcc-0854b1c4ba58aa17726e704c4dc79133c4516db3.tar.bz2 |
* java-tree.h: Fixed typo.
From-SVN: r47805
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |