diff options
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 f3f8f81..2bb98f7 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) |