* typeck.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 21 Oct 2004 12:59:00 +0000 (12:59 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 21 Oct 2004 12:59:00 +0000 (12:59 +0000)
From-SVN: r89373

gcc/cp/ChangeLog
gcc/cp/typeck.c

index a90cc61f575fc53c7ce077bdc1ba73229d32be42..291e1738fe85ae8530a87d9f9ddd28333240dc7f 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * typeck.c: Fix a comment typo.
+
 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        PR c++/13495
index 1c76944606cf264867b5ac28b147f97ad1a74b7f..0f6f65b41886ac4bd2cceccbc04c9719feddc3bc 100644 (file)
@@ -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))