* pt.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 27 Nov 2004 20:44:30 +0000 (20:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 27 Nov 2004 20:44:30 +0000 (20:44 +0000)
From-SVN: r91391

gcc/cp/ChangeLog
gcc/cp/pt.c

index bf2ddb85da8028e5184a24d481894f5830fbd4b9..e99f28072aa148f1936025cb1447d98643c76ddd 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * pt.c: Fix a comment typo.
+
 2004-11-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        Friend class name lookup 4/n
index cc11f364d306766bb7744be8c1f0d1442b9ddf7a..f8ba33d54523700601318a33bda627d1482ee6d6 100644 (file)
@@ -6735,7 +6735,7 @@ tsubst_function_type (tree t,
     return error_mark_node;
   /* The standard does not presently indicate that creation of a
      function type with an invalid return type is a deduction failure.
-     However, that is clearly analagous to creating an array of "void"
+     However, that is clearly analogous to creating an array of "void"
      or a reference to a reference.  This is core issue #486.  */ 
   if (TREE_CODE (return_type) == ARRAY_TYPE
       || TREE_CODE (return_type) == FUNCTION_TYPE)