diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:53:50 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2012-05-29 15:53:50 +0100 |
commit | 7d9641ccfa24bbfed5cf7f03eae558439817bb6e (patch) | |
tree | ac515777ea7bd3841b8b1fea55c7a964a850e6de /libcpp/directives.c | |
parent | 9474e8ab4a4f8b22a4411a0688cea4c870378425 (diff) | |
download | gcc-7d9641ccfa24bbfed5cf7f03eae558439817bb6e.tar.gz |
directives.c: Fix typos.
* directives.c: Fix typos.
* include/line-map.h: Fix typos.
* line-map.c: Fix typos.
* macro.c: Fix typos.
From-SVN: r187966
Diffstat (limited to 'libcpp/directives.c')
-rw-r--r-- | libcpp/directives.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/directives.c b/libcpp/directives.c index 66fa66daa64..e37b148da87 100644 --- a/libcpp/directives.c +++ b/libcpp/directives.c @@ -446,7 +446,7 @@ _cpp_handle_directive (cpp_reader *pfile, int indented) We exclude the -fdirectives-only case because macro expansion has not been performed yet, and block comments can cause spaces - to preceed the directive. */ + to precede the directive. */ if (CPP_OPTION (pfile, preprocessed) && !CPP_OPTION (pfile, directives_only) && (indented || !(dir->flags & IN_I))) |