summaryrefslogtreecommitdiffstats
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-26 04:58:07 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-26 04:58:07 +0000
commitdf5be4b6b9b9cb079537484ba04c6ad74ccbd58b (patch)
tree3a18ee3368a31f5a07cde8259faead1049c75007 /gcc/java/parse.h
parent139f8db0db64d61f75b71bc91175328650782bab (diff)
downloadppe42-gcc-df5be4b6b9b9cb079537484ba04c6ad74ccbd58b.tar.gz
ppe42-gcc-df5be4b6b9b9cb079537484ba04c6ad74ccbd58b.zip
Improve some comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78486 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r--gcc/java/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h
index 70d2b1806b6..f7573e359ee 100644
--- a/gcc/java/parse.h
+++ b/gcc/java/parse.h
@@ -807,7 +807,7 @@ struct parser_ctxt GTY(()) {
an inner class is pushed. After, use FIXME. */
#define CPC_INNER_P() GET_CPC_LIST ()
-/* Get the currently parsed class DECL_TYPE node. */
+/* The TYPE_DECL node of the class currently being parsed. */
#define GET_CPC() TREE_VALUE (GET_CPC_LIST ())
/* Get the currently parsed class unqualified IDENTIFIER_NODE. */
OpenPOWER on IntegriCloud