aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-22 23:42:47 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-22 23:42:47 +0000
commit04c06002c256ed3d1a3e8296476d6be8feeafff2 (patch)
treef72ffc26c6ebb119ba1601c12a4684c2b5d067d5 /gcc/cp/semantics.c
parent3cfa37023cc9d77ec91331d215387c1429e442b3 (diff)
downloadgcc-04c06002c256ed3d1a3e8296476d6be8feeafff2.zip
gcc-04c06002c256ed3d1a3e8296476d6be8feeafff2.tar.gz
gcc-04c06002c256ed3d1a3e8296476d6be8feeafff2.tar.bz2
call.c: Fix comment formatting.
* call.c: Fix comment formatting. * class.c: Likewise. * cxx-pretty-print.c: Likewise. * init.c: Likewise. * parser.c: Likewise. * pt.c: Likewise. * semantics.c: Likewise. * tree.c: Likewise. * typeck.c: Likewise. * typeck2.c: Likewise. From-SVN: r72828
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r--gcc/cp/semantics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index dc8635b..bdbf8ef 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -1009,7 +1009,7 @@ begin_compound_stmt (bool has_no_scope)
return r;
}
-/* Finish a compound-statement, which is given by COMPOUND_STMT. */
+/* Finish a compound-statement, which is given by COMPOUND_STMT. */
tree
finish_compound_stmt (tree compound_stmt)