aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>2003-12-16 16:17:31 +0000
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>2003-12-16 16:17:31 +0000
commit877342e5e0f81abd4eb448a3ad4ccf687de11e87 (patch)
treefb6838f73a5fe36921b2fd1c9067c40e53a5a927
parent263ee052390366c2476124b43a53cec7e5540187 (diff)
downloadgcc-877342e5e0f81abd4eb448a3ad4ccf687de11e87.zip
gcc-877342e5e0f81abd4eb448a3ad4ccf687de11e87.tar.gz
gcc-877342e5e0f81abd4eb448a3ad4ccf687de11e87.tar.bz2
Fix typo.
From-SVN: r74703
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 31876c9..1262901 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -20,7 +20,7 @@
* semantics.c (finish_id_expression): Refactor the code to handle
template parameters, and emit a more informative error message
- when they are used within non integral constant expressions.
+ when they are used within an integral constant expression.
2003-12-16 Nathan Sidwell <nathan@codesourcery.com>