diff options
author | Per Bothner <bothner@gcc.gnu.org> | 2004-02-25 20:58:07 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-02-25 20:58:07 -0800 |
commit | e15fd46ada9f56060f3fdb780035ff46e561f703 (patch) | |
tree | 3a18ee3368a31f5a07cde8259faead1049c75007 /gcc/java/parse.h | |
parent | fb643f644219601f40bbbb52ea5727d537da92e3 (diff) | |
download | gcc-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.h | 2 |
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. */ |