diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp b/clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp index 47c9584311b..d86a456971e 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp @@ -10,7 +10,7 @@ // RUN: [{key: readability-redundant-declaration.IgnoreMacros, \ // RUN: value: 0}]}" -- -fms-compatibility -DEXTERNINLINE // -// With -fno-ms-compatiblity, DEXTERNINLINE causes additional output. +// With -fno-ms-compatibility, DEXTERNINLINE causes additional output. // (The leading ',' means "default checks in addition to NOMSCOMPAT checks.) // RUN: %check_clang_tidy -check-suffix=,NOMSCOMPAT \ // RUN: %s readability-redundant-declaration %t -- \ |

