aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormydeveloperday <mydeveloperday@gmail.com>2021-10-09 12:18:25 +0100
committermydeveloperday <mydeveloperday@gmail.com>2021-10-09 12:18:25 +0100
commitbbf4b3dbbe3bfaeecdff2a29ed49da172895d82c (patch)
treef8733ab7486f3de686a67e6f122edda85941b973
parenta2a826d8b66cfc85499a92949767d153563078a0 (diff)
downloadllvm-bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c.zip
llvm-bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c.tar.gz
llvm-bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c.tar.bz2
[clang-format][NFC] Fix spelling mistake
-rw-r--r--clang/include/clang/Tooling/Inclusions/HeaderIncludes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h b/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
index 02fb287..c1b7bae 100644
--- a/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
+++ b/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
@@ -84,7 +84,7 @@ private:
// An include header quoted with either <> or "".
std::string Name;
- // The range of the whole line of include directive including any eading
+ // The range of the whole line of include directive including any leading
// whitespaces and trailing comment.
tooling::Range R;
};
@@ -127,7 +127,6 @@ private:
llvm::Regex IncludeRegex;
};
-
} // namespace tooling
} // namespace clang