From: Jason Merrill Date: Mon, 6 Aug 2001 22:08:40 +0000 (-0400) Subject: tweak comment X-Git-Tag: prereleases/libstdc++-3.0.95~2833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5edf284040a034015d9ae7ae78c3cfd8939725a8;p=thirdparty%2Fgcc.git tweak comment From-SVN: r44676 --- diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 3637cc0535a5..5b153efff179 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); }