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


Hi,

Committed as obvious.

Kazu Hirata

2004-10-31  Kazu Hirata  <kazu@cs.umass.edu>

	* c-common.c: Fix a comment typo.

Index: c-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-common.c,v
retrieving revision 1.580
diff -u -d -p -r1.580 c-common.c
--- c-common.c	31 Oct 2004 02:10:06 -0000	1.580
+++ c-common.c	31 Oct 2004 14:29:50 -0000
@@ -5482,7 +5482,7 @@ resort_sorted_fields (void *obj,
 /* Subroutine of c_parse_error.
    Return the result of concatenating LHS and RHS. RHS is really
    a string literal, its first character is indicated by RHS_START and
-   RHS_SIZE is its lenght (including the terminating NUL character).
+   RHS_SIZE is its length (including the terminating NUL character).
 
    The caller is responsible for deleting the returned pointer.  */
 


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