Skip to content

Commit e31852a

Browse files
committed
[Gardening] Added omitted word.
1 parent 3ec0413 commit e31852a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class ValueBase : public SILNode, public SILAllocated<ValueBase> {
438438

439439
template <class T> inline T *getSingleConsumingUserOfType() const;
440440

441-
/// Returns true if this operand has exactly two.
441+
/// Returns true if this operand has exactly two uses.
442442
///
443443
/// This is useful if one has found a predefined set of 2 unique users and
444444
/// wants to check if there are any other users without iterating over the

0 commit comments

Comments
 (0)