From 877342e5e0f81abd4eb448a3ad4ccf687de11e87 Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Tue, 16 Dec 2003 16:17:31 +0000 Subject: [PATCH] Fix typo. From-SVN: r74703 --- gcc/cp/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 31876c98145..1262901c90f 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