aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>