From 510359760e6a4a270ac7306f50de6ebbbbab0b99 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 24 Oct 2007 10:58:49 -0400 Subject: [PATCH] comment typo From-SVN: r129603 --- 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.30.2