Skip to content

Commit 15545a4

Browse files
committed
NFC: Fix some out of sync doccomments.
1 parent 7e6862b commit 15545a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Sema/ConstraintSystem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4423,7 +4423,7 @@ class ConstraintSystem {
44234423
/// \param UseDC The context of the access. Some variables have different
44244424
/// types depending on where they are used.
44254425
///
4426-
/// \param memberLocator The locator anchored at this value reference, when
4426+
/// \param locator The locator anchored at this value reference, when
44274427
/// it is a member reference.
44284428
///
44294429
/// \param wantInterfaceType Whether we want the interface type, if available.
@@ -4441,7 +4441,7 @@ class ConstraintSystem {
44414441
/// \param UseDC The context of the access. Some variables have different
44424442
/// types depending on where they are used.
44434443
///
4444-
/// \param memberLocator The locator anchored at this value reference, when
4444+
/// \param locator The locator anchored at this value reference, when
44454445
/// it is a member reference.
44464446
///
44474447
/// \param wantInterfaceType Whether we want the interface type, if available.

0 commit comments

Comments
 (0)