aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2004-02-25 20:58:07 -0800
committerPer Bothner <bothner@gcc.gnu.org>2004-02-25 20:58:07 -0800
commite15fd46ada9f56060f3fdb780035ff46e561f703 (patch)
tree3a18ee3368a31f5a07cde8259faead1049c75007 /gcc/java/parse.h
parentfb643f644219601f40bbbb52ea5727d537da92e3 (diff)
downloadgcc-e15fd46ada9f56060f3fdb780035ff46e561f703.zip
gcc-e15fd46ada9f56060f3fdb780035ff46e561f703.tar.gz
gcc-e15fd46ada9f56060f3fdb780035ff46e561f703.tar.bz2
Improve some comments.
From-SVN: r78486
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 70d2b18..f7573e3 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. */