From: Ben Elliston Date: Mon, 30 Jan 2006 23:11:35 +0000 (+0000) Subject: * mangle.c: Comment fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c31de1247721a9db589ddfd5d74740b7288306e;p=gcc.git * mangle.c: Comment fix. From-SVN: r110413 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6f73c2879aa..4c5f9300f4c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-01-31 Ben Elliston + + * mangle.c: Comment fix. + 2006-01-29 Gabriel Dos Reis * Make-lang.in (cp-warn): Include CXX_COMPAT_WARN. diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index 3b844b5addf..1f2c2f1a776 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -1,7 +1,7 @@ /* Name mangling for the 3.0 C++ ABI. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. - Written by Alex Samuel + Written by Alex Samuel This file is part of GCC.