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/cpplib.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/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index db60a65..3f3e212 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -3111,7 +3111,7 @@ get_directive_token (pfile) This function expects to see "fname" or <fname> on the input. The input is normally in part of the output_buffer following - CPP_WRITTEN, and will get overwriiten by output_line_command. + CPP_WRITTEN, and will get overwritten by output_line_command. I.e. in input file specification has been popped by handle_directive. This is safe. */ @@ -4623,7 +4623,7 @@ cpp_get_token (pfile) if (CPP_BUFFER (pfile)->nominal_fname && next_buf != 0) { /* We're about to return from an #include file. - Emit #line information now (as part of the CPP_POP) restult. + Emit #line information now (as part of the CPP_POP) result. But the #line refers to the file we will pop to. */ cpp_buffer *cur_buffer = CPP_BUFFER (pfile); CPP_BUFFER (pfile) = next_buf; @@ -7441,7 +7441,7 @@ extern const char *const sys_errlist[]; #else extern char *sys_errlist[]; #endif -#else /* HAVE_STERRROR */ +#else /* HAVE_STRERROR */ char *strerror (); #endif #else /* VMS */ |