Commit 276318a5 by Kazu Hirata Committed by Kazu Hirata

* typeck.c: Fix a comment typo.

From-SVN: r91340
parent 6668f6a7
2004-11-26 Kazu Hirata <kazu@cs.umass.edu>
* typeck.c: Fix a comment typo.
2004-11-25 Mark Mitchell <mark@codesourcery.com> 2004-11-25 Mark Mitchell <mark@codesourcery.com>
PR c++/18445 PR c++/18445
......
...@@ -6230,7 +6230,7 @@ check_return_expr (tree retval) ...@@ -6230,7 +6230,7 @@ check_return_expr (tree retval)
/* Remember that this function did return a value. */ /* Remember that this function did return a value. */
current_function_returns_value = 1; 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 chance to provide an error about returning a value from a void
function. */ function. */
if (error_operand_p (retval)) if (error_operand_p (retval))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment