diff options
Diffstat (limited to 'test/Preprocessor/macro_paste_commaext.c')
-rw-r--r-- | test/Preprocessor/macro_paste_commaext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/macro_paste_commaext.c b/test/Preprocessor/macro_paste_commaext.c index 60418effe7c38..f3e6f9d409427 100644 --- a/test/Preprocessor/macro_paste_commaext.c +++ b/test/Preprocessor/macro_paste_commaext.c @@ -1,9 +1,9 @@ // RUN: %clang_cc1 %s -E | FileCheck --strict-whitespace --match-full-lines %s // In the following tests, note that the output is sensitive to the -// whitespace *preceeding* the varargs argument, as well as to +// whitespace *preceding* the varargs argument, as well as to // interior whitespace. AFAIK, this is the only case where whitespace -// preceeding an argument matters, and might be considered a bug in +// preceding an argument matters, and might be considered a bug in // GCC. Nevertheless, since this feature is a GCC extension in the // first place, we'll follow along. |