Skip to content

Commit d898001

Browse files
authored
Merge pull request #72962 from ViToni/fix_typos
Fix typos
2 parents df4fb64 + 710b1a6 commit d898001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/IDETool/DependencyChecking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ areAnyDependentFilesInvalidated(CompilerInstance &CI, llvm::vfs::FileSystem &FS,
122122
// Calculate the hash code of the current content.
123123
auto newContent = FS.getBufferForFile(filePath);
124124
if (!newContent)
125-
// Unreachable? stat succeeded, but coundn't get the content.
125+
// Unreachable? stat succeeded, but couldn't get the content.
126126
return true;
127127

128128
auto newHash = llvm::hash_value(newContent.get()->getBuffer());

tools/libMockPlugin/MockPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ int TestRunner::run() {
225225
// Handle
226226
auto *item = findMatchItem(*request_obj);
227227
if (!item) {
228-
llvm::errs() << "cound't find matching item for request: " << *request_obj
228+
llvm::errs() << "couldn't find matching item for request: " << *request_obj
229229
<< "\n";
230230
return 1;
231231
}

0 commit comments

Comments
 (0)