diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/cvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 3637cc0..5b153ef 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); } |