summaryrefslogtreecommitdiff
path: root/libcpp/directives.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-29 15:53:50 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2012-05-29 15:53:50 +0100
commit7d9641ccfa24bbfed5cf7f03eae558439817bb6e (patch)
treeac515777ea7bd3841b8b1fea55c7a964a850e6de /libcpp/directives.c
parent9474e8ab4a4f8b22a4411a0688cea4c870378425 (diff)
downloadgcc-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.c2
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)))