NEWS (Changes in GCC 3.0): Fix typo.
authorXavier Delacour <xavier@fmaudio.net>
Wed, 18 Jul 2001 19:09:25 +0000 (19:09 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 18 Jul 2001 19:09:25 +0000 (19:09 +0000)
* NEWS (Changes in GCC 3.0): Fix typo.

Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r44128

gcc/cp/ChangeLog
gcc/cp/NEWS

index 61e59933461d4e14a0118483c43682e355f5963a..78602c776c9aa562c6db0d3eed09becb8d9c418c 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
+            Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * NEWS (Changes in GCC 3.0): Fix typo.
+
 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * decl2.c (cplus_decl_attributes): Take a pointer to the node to
index 3b84dfd7708eeee22537bc1b1452d99095a4f0a2..966572ceff9b178014e53b1581290f5ae4ed7aad 100644 (file)
@@ -11,7 +11,7 @@
 
 * In some obscure cases, functions with the same type could have the
   same mangled name.  This bug caused compiler crashes, link-time clashes,
-  and debugger crahses.  Fixing this bug required breaking ABI
+  and debugger crashes.  Fixing this bug required breaking ABI
   compatibility for the functions involved.  The functions in questions
   are those whose types involve non-type template arguments whose
   mangled representations require more than one digit.