diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:14:26 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:14:26 -0400 |
commit | ddd5a7c1808995545ad5befaa7320135e60b5d38 (patch) | |
tree | bf405c4941b111c08c0642d3410b2970aca3b162 /gcc/bi-lexer.c | |
parent | 6de129de79f7646825d5b004d9fdbca5b893d106 (diff) | |
download | gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.zip gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.gz gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.bz2 |
Fix typos in comments.
From-SVN: r9711
Diffstat (limited to 'gcc/bi-lexer.c')
-rw-r--r-- | gcc/bi-lexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index 0766b5f..3391ca6 100644 --- a/gcc/bi-lexer.c +++ b/gcc/bi-lexer.c @@ -26,7 +26,7 @@ static char *buffer = NULL; static char *inpoint = NULL; -/* Safely allocate NBYTES bytes of memory. Reuturns pointer to block of +/* Safely allocate NBYTES bytes of memory. Returns pointer to block of memory. */ static char * |