From e5e41ba14c03f9ac4c7e966b77a5c8685d56044a Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 24 Oct 2007 14:58:49 +0000 Subject: [PATCH] comment typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129603 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index ca767a18247..64efda50d65 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -2248,7 +2248,7 @@ make_ptrmem_cst (tree type, tree member) } /* Build a variant of TYPE that has the indicated ATTRIBUTES. May - return an existing type of an appropriate type already exists. */ + return an existing type if an appropriate type already exists. */ tree cp_build_type_attribute_variant (tree type, tree attributes) -- 2.11.4.GIT