diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-06 22:08:40 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-06 22:08:40 +0000 |
| commit | 243adba667892d99604c174dea1541d89d2ff0f0 (patch) | |
| tree | b5dbdb6be2441dede4aae75d4cca7a9bff7d800f | |
| parent | 8d1a47d831c7e9f2719760600ea6f0b53411645c (diff) | |
| download | ppe42-gcc-243adba667892d99604c174dea1541d89d2ff0f0.tar.gz ppe42-gcc-243adba667892d99604c174dea1541d89d2ff0f0.zip | |
tweak comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44676 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 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); } |

