aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-31 14:31:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-31 14:31:56 +0000
commit3292fb426e5f41ca8d3e134e28a5f9ba04538e88 (patch)
treedba783608bf88b72351c52f9e907373e656dc8b8 /gcc/c-common.c
parent49382b6cf985a8a8b586ff04ee035e824be6a048 (diff)
downloadgcc-3292fb426e5f41ca8d3e134e28a5f9ba04538e88.zip
gcc-3292fb426e5f41ca8d3e134e28a5f9ba04538e88.tar.gz
gcc-3292fb426e5f41ca8d3e134e28a5f9ba04538e88.tar.bz2
* c-common.c: Fix a comment typo.
From-SVN: r89916
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c2
1 files changed, 1 insertions, 1 deletions
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. */