From 5edf284040a034015d9ae7ae78c3cfd8939725a8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 6 Aug 2001 18:08:40 -0400 Subject: [PATCH] tweak comment From-SVN: r44676 --- gcc/cp/cvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 3637cc0535a..5b153efff17 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); }