summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-24 21:55:15 +0000
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-24 21:55:15 +0000
commitdfea972c1dc9064242a9b7347b60fd253be5ba84 (patch)
treeeb97d91b98de2dfcb8bb5c867dfa39c69b60df87 /gcc/cp/init.c
parent822e391f5e0b9d59c77dce31ac9eafc807b4e096 (diff)
downloadgcc-dfea972c1dc9064242a9b7347b60fd253be5ba84.tar.gz
* call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
parser.c: Fix comment typo(s). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95517 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 1a819612984..087868674f3 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -1762,7 +1762,7 @@ build_new_1 (tree exp)
from ELT_TYPE for a multi-dimensional array; ELT_TYPE is never an
ARRAY_TYPE, but TYPE may be an ARRAY_TYPE. */
tree type;
- /* A pointer type pointing to to the FULL_TYPE. */
+ /* A pointer type pointing to the FULL_TYPE. */
tree full_pointer_type;
tree outer_nelts = NULL_TREE;
tree nelts = NULL_TREE;