Skip to content

Commit 42078f1

Browse files
committed
[Gardening] Added omitted word.
1 parent d1a7574 commit 42078f1

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)