diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2001-08-06 18:08:40 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2001-08-06 18:08:40 -0400 |
commit | 5edf284040a034015d9ae7ae78c3cfd8939725a8 (patch) | |
tree | b5dbdb6be2441dede4aae75d4cca7a9bff7d800f | |
parent | 012ca3e055dbc6ce0b9aa33d095e63ff3baba1b0 (diff) | |
download | gcc-5edf284040a034015d9ae7ae78c3cfd8939725a8.zip gcc-5edf284040a034015d9ae7ae78c3cfd8939725a8.tar.gz gcc-5edf284040a034015d9ae7ae78c3cfd8939725a8.tar.bz2 |
tweak comment
From-SVN: r44676
-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); } |