aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-12-09 06:03:42 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-12-09 06:03:42 +0000
commit0854b1c4ba58aa17726e704c4dc79133c4516db3 (patch)
treec8d95ea9924c0bcc76ef0fc6e8f79967ad3e706f
parent5fcab23524cf4b0d797bdaa403d12e71966c69a2 (diff)
downloadgcc-0854b1c4ba58aa17726e704c4dc79133c4516db3.zip
gcc-0854b1c4ba58aa17726e704c4dc79133c4516db3.tar.gz
gcc-0854b1c4ba58aa17726e704c4dc79133c4516db3.tar.bz2
* java-tree.h: Fixed typo.
From-SVN: r47805
-rw-r--r--gcc/java/ChangeLog2
-rw-r--r--gcc/java/java-tree.h2
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. */