]> gcc.gnu.org Git - gcc.git/commitdiff
* c-common.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 31 Oct 2004 14:31:56 +0000 (14:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 31 Oct 2004 14:31:56 +0000 (14:31 +0000)
From-SVN: r89916

gcc/ChangeLog
gcc/c-common.c

index 50f6cb269b1966073191584c43566e4cab1fc130..ee21b6b16bc2c275c2592d200b93be80c675cebf 100644 (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
index ea8b26c574314d7d4d3009b38fd569c2066f7c7d..08d895e36bb4e4ac125e0c535c6e05c1ce488851 100644 (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.  */
 
This page took 0.096548 seconds and 5 git commands to generate.