* typeck.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 26 Nov 2004 15:45:47 +0000 (15:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 26 Nov 2004 15:45:47 +0000 (15:45 +0000)
From-SVN: r91340

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

index 6a8aea8e4e184cb190bd57cc13818b4b6bb000b6..65bf6e0e55a574f2b050013ffa010d36dc543a64 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * typeck.c: Fix a comment typo.
+
 2004-11-25  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/18445
index 149a38896c7258c2225e20da8d422df5209d795f..1bd12e71a3b89ecb81cfda3dcefa50964879fe5e 100644 (file)
@@ -6230,7 +6230,7 @@ check_return_expr (tree retval)
     /* Remember that this function did return a value.  */
     current_function_returns_value = 1;
 
-  /* Check for errnoneous operands -- but after giving ourselves a
+  /* Check for erroneous operands -- but after giving ourselves a
      chance to provide an error about returning a value from a void
      function.  */
   if (error_operand_p (retval))