From: Jason Merrill Date: Mon, 6 Aug 2001 22:08:40 +0000 (-0400) Subject: tweak comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5edf284040a034015d9ae7ae78c3cfd8939725a8;p=gcc.git tweak comment From-SVN: r44676 --- 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); }