Skip to content

Commit a78b306

Browse files
committed
Fix typo introduced in PR swiftlang#25845.
1 parent 297eb4d commit a78b306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/Deserialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ void ModuleFile::readGenericRequirements(
724724

725725
scratch.clear();
726726
unsigned recordID = fatalIfUnexpected(
727-
DeclTypeCursor.readRecord(entry.ID, scratch, &blobData));
727+
Cursor.readRecord(entry.ID, scratch, &blobData));
728728
switch (recordID) {
729729
case GENERIC_REQUIREMENT: {
730730
uint8_t rawKind;

0 commit comments

Comments
 (0)