diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
commit | 9faa82d8c081b9e38370b5a913825111d2166de6 (patch) | |
tree | 1e50640eecb618d0b3fa87607094528acb0add62 /gcc/fix-header.c | |
parent | ddd5a7c1808995545ad5befaa7320135e60b5d38 (diff) | |
download | gcc-9faa82d8c081b9e38370b5a913825111d2166de6.zip gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.bz2 |
Fix typos in comments.
From-SVN: r9712
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 0ab1d59..e4d7d36 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -29,7 +29,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the empty parameter list with the argument lust from sys-protos.h. * The program can be given a list of (names of) required standard - functions (such as fclose for stdio.h). If a reqquired function + functions (such as fclose for stdio.h). If a required function is not seen in the input, then a prototype for it will be written to the output. |