summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp')
-rw-r--r--clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp b/clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp
index 788de19be60..ca0aeb875fe 100644
--- a/clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp
+++ b/clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp
@@ -25,7 +25,7 @@ void CloexecInotifyInit1Check::registerMatchers(MatchFinder *Finder) {
}
void CloexecInotifyInit1Check::check(const MatchFinder::MatchResult &Result) {
- insertMacroFlag(Result, /*MarcoFlag=*/"IN_CLOEXEC", /*ArgPos=*/0);
+ insertMacroFlag(Result, /*MacroFlag=*/"IN_CLOEXEC", /*ArgPos=*/0);
}
} // namespace android
OpenPOWER on IntegriCloud