Commit 5edf2840 by Jason Merrill

tweak comment

From-SVN: r44676
parent 012ca3e0
...@@ -394,7 +394,7 @@ build_up_reference (type, arg, flags, decl) ...@@ -394,7 +394,7 @@ build_up_reference (type, arg, flags, decl)
} }
else else
{ {
/* automatic; make sure we handle the cleanup properly. */ /* Automatic; make sure we handle the cleanup properly. */
maybe_push_cleanup_level (argtype); maybe_push_cleanup_level (argtype);
arg = pushdecl (arg); arg = pushdecl (arg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment