This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] c-common.c: Fix a comment typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 31 Oct 2004 09:31:58 -0500 (EST)
- Subject: [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. */