* mangle.c: Comment fix.
authorBen Elliston <bje@au.ibm.com>
Mon, 30 Jan 2006 23:11:35 +0000 (23:11 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 30 Jan 2006 23:11:35 +0000 (10:11 +1100)
From-SVN: r110413

gcc/cp/ChangeLog
gcc/cp/mangle.c

index 6f73c2879aa0b52b016ef677b7c3043e24f089ad..4c5f9300f4c6f09b1225b30e7d4cee620022e751 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-31  Ben Elliston  <bje@au.ibm.com>
+
+       * mangle.c: Comment fix.
+
 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        * Make-lang.in (cp-warn): Include CXX_COMPAT_WARN.
index 3b844b5addf8627facffff6d552278141a160057..1f2c2f1a7766685b464b551db7155b3157f76ee7 100644 (file)
@@ -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 <sameul@codesourcery.com>
+   Written by Alex Samuel <samuel@codesourcery.com>
 
    This file is part of GCC.