summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp')
-rw-r--r--clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp b/clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
index a9fef45c46c..9bc20f1bc54 100644
--- a/clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
+++ b/clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
@@ -26,7 +26,7 @@ std::string createQualifiedNameForReplacement(
llvm::StringRef RawSymbolName,
llvm::StringRef SymbolScopedQualifiersName,
const find_all_symbols::SymbolInfo &MatchedSymbol) {
- // No need to add missing qualifiers if SymbolIndentifer has a global scope
+ // No need to add missing qualifiers if SymbolIdentifier has a global scope
// operator "::".
if (RawSymbolName.startswith("::"))
return RawSymbolName;
OpenPOWER on IntegriCloud