Skip to content

Commit 7c7ac6a

Browse files
authored
Use more descriptive variable names for BoxPair.
1 parent 14e4930 commit 7c7ac6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Runtime/HeapObject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ SWIFT_RUNTIME_EXPORT
9898
void swift_verifyEndOfLifetime(HeapObject *object);
9999

100100
struct BoxPair {
101-
HeapObject *first;
102-
OpaqueValue *second;
101+
HeapObject *object;
102+
OpaqueValue *buffer;
103103
};
104104

105105
/// Allocates a heap object that can contain a value of the given type.

0 commit comments

Comments
 (0)