]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tweak comment
authorJason Merrill <jason@gcc.gnu.org>
Mon, 6 Aug 2001 22:08:40 +0000 (18:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 6 Aug 2001 22:08:40 +0000 (18:08 -0400)
From-SVN: r44676

gcc/cp/cvt.c

index 3637cc0535a52b958f1006634f0112da4d81c7a4..5b153efff179de24a9f42680dfb436188f16a47c 100644 (file)
@@ -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);
        }