From 7d9641ccfa24bbfed5cf7f03eae558439817bb6e Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 29 May 2012 15:53:50 +0100 Subject: 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 --- libcpp/directives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/directives.c') diff --git a/libcpp/directives.c b/libcpp/directives.c index 66fa66d..e37b148 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))) -- cgit v1.1