aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-common.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 50f6cb2..ee21b6b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/c-common.c b/gcc/c-common.c
index ea8b26c..08d895e 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. */