Fix typos in: cmake, tools, utils, unittests, validation-test

Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
Alexander Cyon
2024-07-12 01:34:00 +02:00
committed by GitHub
parent 39a9d23ff7
commit 4a2942bb4e
32 changed files with 60 additions and 60 deletions

View File

@@ -2099,7 +2099,7 @@ void SwiftLangSupport::getCursorInfo(
} else {
std::string Diagnostic; // Unused.
ResolvedValueRefCursorInfoPtr Info = new ResolvedValueRefCursorInfo(
/*SourcFile=*/nullptr, SourceLoc(),
/*SourceFile=*/nullptr, SourceLoc(),
const_cast<ValueDecl *>(Entity.Dcl),
/*CtorTyRef=*/nullptr,
/*ExtTyRef=*/nullptr, Entity.IsRef,
@@ -2585,7 +2585,7 @@ void SwiftLangSupport::findRelatedIdentifiersInFile(
#ifndef NDEBUG
for (auto loc : Locs.getLocations()) {
assert(loc.OldName == OldName &&
"Found related identfiers with different names?");
"Found related identifiers with different names?");
}
#endif