diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2007-10-24 10:58:49 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2007-10-24 10:58:49 -0400 |
commit | 510359760e6a4a270ac7306f50de6ebbbbab0b99 (patch) | |
tree | eb497236c9883d80701bdb8353d23e9795910f41 /gcc | |
parent | e56f9152862a75cde8a27bed0e743b244621070d (diff) | |
download | gcc-510359760e6a4a270ac7306f50de6ebbbbab0b99.zip gcc-510359760e6a4a270ac7306f50de6ebbbbab0b99.tar.gz gcc-510359760e6a4a270ac7306f50de6ebbbbab0b99.tar.bz2 |
comment typo
From-SVN: r129603
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/tree.c | 2 |
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) |