[clang-format][NFC] Fix spelling mistake
authormydeveloperday <mydeveloperday@gmail.com>
Sat, 9 Oct 2021 11:18:25 +0000 (12:18 +0100)
committermydeveloperday <mydeveloperday@gmail.com>
Sat, 9 Oct 2021 11:18:25 +0000 (12:18 +0100)
clang/include/clang/Tooling/Inclusions/HeaderIncludes.h

index 02fb287..c1b7bae 100644 (file)
@@ -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