aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-08 14:15:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-08 14:15:44 +0000
commit84dc00e8ac2ca08a80bbbe55ad8ec29ed8393a26 (patch)
tree843900f8abe8b2eb417ea2bdcd27a02c379218f4 /gcc/cp/semantics.c
parent675f0a8ab7d937701f2f4b2185318b15dd6e6f67 (diff)
downloadgcc-84dc00e8ac2ca08a80bbbe55ad8ec29ed8393a26.zip
gcc-84dc00e8ac2ca08a80bbbe55ad8ec29ed8393a26.tar.gz
gcc-84dc00e8ac2ca08a80bbbe55ad8ec29ed8393a26.tar.bz2
* decl2.c, pt.c, semantics.c: Fix comment typos.
From-SVN: r112779
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r--gcc/cp/semantics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 1931dc9..114f3d2 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -3512,7 +3512,7 @@ finish_omp_clauses (tree clauses)
while (TREE_CODE (inner_type) == ARRAY_TYPE)
inner_type = TREE_TYPE (inner_type);
- /* Check for special function availablity by building a call to one.
+ /* Check for special function availability by building a call to one.
Save the results, because later we won't be in the right context
for making these queries. */
if (CLASS_TYPE_P (inner_type)
@@ -3658,7 +3658,7 @@ finish_omp_structured_block (tree block)
return do_poplevel (block);
}
-/* Similarly, except force the retension of the BLOCK. */
+/* Similarly, except force the retention of the BLOCK. */
tree
begin_omp_parallel (void)