This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] cp/typeck.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-11-26  Kazu Hirata  <kazu@cs.umass.edu>

	* typeck.c: Fix a comment typo.

Index: typeck.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/typeck.c,v
retrieving revision 1.599
diff -u -d -p -r1.599 typeck.c
--- typeck.c	25 Nov 2004 17:11:37 -0000	1.599
+++ typeck.c	26 Nov 2004 15:42:56 -0000
@@ -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))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]