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

From-SVN: r89916
This commit is contained in:
Kazu Hirata 2004-10-31 14:31:56 +00:00 committed by Kazu Hirata
parent 49382b6cf9
commit 3292fb426e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-31 Kazu Hirata <kazu@cs.umass.edu>
* c-common.c: Fix a comment typo.
2004-10-31 Jason Merrill <jason@redhat.com>
PR middle-end/17526

View File

@ -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. */