From 3292fb426e5f41ca8d3e134e28a5f9ba04538e88 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 31 Oct 2004 14:31:56 +0000 Subject: [PATCH] * c-common.c: Fix a comment typo. From-SVN: r89916 --- gcc/ChangeLog | 4 ++++ gcc/c-common.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50f6cb269b1..ee21b6b16bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-31 Kazu Hirata + + * c-common.c: Fix a comment typo. + 2004-10-31 Jason Merrill PR middle-end/17526 diff --git a/gcc/c-common.c b/gcc/c-common.c index ea8b26c5743..08d895e36bb 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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. */ -- 2.30.2