Skip to content

Commit 059736e

Browse files
authored
Fix typo introduced in PR #25845. (#26103)
1 parent a60b246 commit 059736e

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)