From c2fb2abee14dd7a8971407b578dcdc79c7e8ff7e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 21 Oct 2004 12:59:00 +0000 Subject: [PATCH] * typeck.c: Fix a comment typo. From-SVN: r89373 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/typeck.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a90cc61f575..291e1738fe8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-10-21 Kazu Hirata + + * typeck.c: Fix a comment typo. + 2004-10-20 Kriang Lerdsuwanakij PR c++/13495 diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 1c76944606c..0f6f65b4188 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -4931,7 +4931,7 @@ build_reinterpret_cast_1 (tree type, tree expr, bool c_cast_p, pointer-to-void regardless, so that one may convert back again without warning. Such conversions are not permitted when we are recursively called to deal with - reinterpretting reference casts. */ + reinterpreting reference casts. */ if (!for_reinterpret_ref_p && VOID_TYPE_P (TREE_TYPE (type))) { if (TYPE_PRECISION (type) < TYPE_PRECISION (intype))