From bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c Mon Sep 17 00:00:00 2001 From: mydeveloperday Date: Sat, 9 Oct 2021 12:18:25 +0100 Subject: [PATCH] [clang-format][NFC] Fix spelling mistake --- clang/include/clang/Tooling/Inclusions/HeaderIncludes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h b/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h index 02fb2875671a..c1b7baec7ec5 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