diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/protoize.c | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz |
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index de7e71ce92b..df8ec65b143 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -2993,7 +2993,7 @@ seek_to_line (n) } /* Given a pointer to a character in the cleaned text buffer, return a pointer - to the next non-whitepace character which follows it. */ + to the next non-whitespace character which follows it. */ static const char * forward_to_next_token_char (ptr) |