aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2007-10-24 10:58:49 -0400
committerJason Merrill <jason@gcc.gnu.org>2007-10-24 10:58:49 -0400
commit510359760e6a4a270ac7306f50de6ebbbbab0b99 (patch)
treeeb497236c9883d80701bdb8353d23e9795910f41
parente56f9152862a75cde8a27bed0e743b244621070d (diff)
downloadgcc-510359760e6a4a270ac7306f50de6ebbbbab0b99.zip
gcc-510359760e6a4a270ac7306f50de6ebbbbab0b99.tar.gz
gcc-510359760e6a4a270ac7306f50de6ebbbbab0b99.tar.bz2
comment typo
From-SVN: r129603
-rw-r--r--gcc/cp/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index ca767a1..64efda5 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)