* typeck.c: Fix a comment typo.

From-SVN: r91340
This commit is contained in:
Kazu Hirata 2004-11-26 15:45:47 +00:00 committed by Kazu Hirata
parent 6668f6a735
commit 276318a57f
2 changed files with 5 additions and 1 deletions

View 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

View 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))