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] fold-const.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

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

	* fold-const.c: Fix a comment typo.

Index: fold-const.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fold-const.c,v
retrieving revision 1.479
diff -u -d -p -r1.479 fold-const.c
--- fold-const.c	27 Nov 2004 10:13:53 -0000	1.479
+++ fold-const.c	27 Nov 2004 20:50:25 -0000
@@ -2424,7 +2424,7 @@ operand_equal_p (tree arg0, tree arg1, u
   if (flags & OEP_ONLY_CONST)
     return 0;
 
-/* Define macros to test an operan from arg0 and arg1 for equality and a
+/* Define macros to test an operand from arg0 and arg1 for equality and a
    variant that allows null and views null as being different from any
    non-null value.  In the latter case, if either is null, the both
    must be; otherwise, do the normal comparison.  */


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