aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
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 /gcc/java/java-tree.h
parent5fcab23524cf4b0d797bdaa403d12e71966c69a2 (diff)
downloadgcc-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.h2
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. */