Skip to content

Commit ba268d2

Browse files
committed
[clangd] Fix a typo, NFC.
1 parent 498f89d commit ba268d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/ClangdServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class ClangdServer {
274274

275275
/// Test the validity of a rename operation.
276276
///
277-
/// If NewName is provided, it peforms a name validation.
277+
/// If NewName is provided, it performs a name validation.
278278
void prepareRename(PathRef File, Position Pos,
279279
llvm::Optional<std::string> NewName,
280280
const RenameOptions &RenameOpts,

0 commit comments

Comments
 (0)