aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Delacour <xavier@fmaudio.net>2001-07-18 19:09:25 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-07-18 19:09:25 +0000
commit7ba0b0f7c67b4458839cf3d7ef3b6f8cbdee863a (patch)
tree7894e1b523e168bb127f7f2be22980a40c8e7f20
parentdc42616f43ef046a6ff62d3c070c70a48fbac65b (diff)
downloadgcc-7ba0b0f7c67b4458839cf3d7ef3b6f8cbdee863a.zip
gcc-7ba0b0f7c67b4458839cf3d7ef3b6f8cbdee863a.tar.gz
gcc-7ba0b0f7c67b4458839cf3d7ef3b6f8cbdee863a.tar.bz2
NEWS (Changes in GCC 3.0): Fix typo.
* NEWS (Changes in GCC 3.0): Fix typo. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r44128
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/NEWS2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 61e5993..78602c7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index 3b84dfd..966572c 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -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.