[clang] bbf4b3d - [clang-format][NFC] Fix spelling mistake
via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 9 04:20:39 PDT 2021
Author: mydeveloperday
Date: 2021-10-09T12:18:25+01:00
New Revision: bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c
URL: https://github.com/llvm/llvm-project/commit/bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c
DIFF: https://github.com/llvm/llvm-project/commit/bbf4b3dbbe3bfaeecdff2a29ed49da172895d82c.diff
LOG: [clang-format][NFC] Fix spelling mistake
Added:
Modified:
clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
Removed:
################################################################################
diff --git a/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h b/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
index 02fb2875671a5..c1b7baec7ec51 100644
--- a/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
+++ b/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
@@ -84,7 +84,7 @@ class HeaderIncludes {
// 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 @@ class HeaderIncludes {
llvm::Regex IncludeRegex;
};
-
} // namespace tooling
} // namespace clang
More information about the cfe-commits
mailing list