diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-07 13:55:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-07 13:55:07 +0000 |
commit | 1fba1f6cc056f3c4516f4a079a79767326392c7d (patch) | |
tree | 1bf1281053292ed44907422aaa62b99d63a610bb /gcc/c-ppoutput.c | |
parent | b49c3e995be112ab230941b777c737009b894220 (diff) | |
download | gcc-1fba1f6cc056f3c4516f4a079a79767326392c7d.tar.gz |
* c-ppoutput.c, var-tracking.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-ppoutput.c')
-rw-r--r-- | gcc/c-ppoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-ppoutput.c b/gcc/c-ppoutput.c index f3f8f81c1c5..2bb98f7d109 100644 --- a/gcc/c-ppoutput.c +++ b/gcc/c-ppoutput.c @@ -335,7 +335,7 @@ cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line, } /* Callback called when -fworking-director and -E to emit working - diretory in cpp output file. */ + directory in cpp output file. */ void pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir) |