Skip to content

Commit fa21114

Browse files
committed
[Gardening] Addressed typo.
1 parent 3816106 commit fa21114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILBasicBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public SwiftObjectHeader {
4848
/// A backreference to the containing SILFunction.
4949
SILFunction *Parent;
5050

51-
/// PrevList - This is a list of all of the terminator operands that are
51+
/// PredList - This is a list of all of the terminator operands that are
5252
/// branching to this block, forming the predecessor list. This is
5353
/// automatically managed by the SILSuccessor class.
5454
SILSuccessor *PredList = nullptr;

0 commit comments

Comments
 (0)