Skip to content

Commit

Permalink
[clangd] NFC: Fix a typo in Tracer name
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillbobyrev committed Nov 9, 2020
1 parent 8774414 commit 2c2680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools-extra/clangd/refactor/Rename.cpp
Expand Up @@ -222,7 +222,7 @@ llvm::Error makeError(ReasonToReject Reason) {
// Return all rename occurrences in the main file.
std::vector<SourceLocation> findOccurrencesWithinFile(ParsedAST &AST,
const NamedDecl &ND) {
trace::Span Tracer("FindOccurrenceeWithinFile");
trace::Span Tracer("FindOccurrencesWithinFile");
// If the cursor is at the underlying CXXRecordDecl of the
// ClassTemplateDecl, ND will be the CXXRecordDecl. In this case, we need to
// get the primary template manually.
Expand Down

0 comments on commit 2c2680a

Please sign in to comment.