aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2001-08-06 18:08:40 -0400
committerJason Merrill <jason@gcc.gnu.org>2001-08-06 18:08:40 -0400
commit5edf284040a034015d9ae7ae78c3cfd8939725a8 (patch)
treeb5dbdb6be2441dede4aae75d4cca7a9bff7d800f
parent012ca3e055dbc6ce0b9aa33d095e63ff3baba1b0 (diff)
downloadgcc-5edf284040a034015d9ae7ae78c3cfd8939725a8.zip
gcc-5edf284040a034015d9ae7ae78c3cfd8939725a8.tar.gz
gcc-5edf284040a034015d9ae7ae78c3cfd8939725a8.tar.bz2
tweak comment
From-SVN: r44676
-rw-r--r--gcc/cp/cvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c
index 3637cc0..5b153ef 100644
--- a/gcc/cp/cvt.c
+++ b/gcc/cp/cvt.c
@@ -394,7 +394,7 @@ build_up_reference (type, arg, flags, decl)
}
else
{
- /* automatic; make sure we handle the cleanup properly. */
+ /* Automatic; make sure we handle the cleanup properly. */
maybe_push_cleanup_level (argtype);
arg = pushdecl (arg);
}