Skip to content

Commit e458cf9

Browse files
committed
NFC: Fix some spammy doccomment warnings.
1 parent 776f0f9 commit e458cf9

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
@@ -4406,7 +4406,7 @@ class ConstraintSystem {
44064406
/// \param UseDC The context of the access. Some variables have different
44074407
/// types depending on where they are used.
44084408
///
4409-
/// \param memberLocator The locator anchored at this value reference, when
4409+
/// \param locator The locator anchored at this value reference, when
44104410
/// it is a member reference.
44114411
///
44124412
/// \param wantInterfaceType Whether we want the interface type, if available.
@@ -4424,7 +4424,7 @@ class ConstraintSystem {
44244424
/// \param UseDC The context of the access. Some variables have different
44254425
/// types depending on where they are used.
44264426
///
4427-
/// \param memberLocator The locator anchored at this value reference, when
4427+
/// \param locator The locator anchored at this value reference, when
44284428
/// it is a member reference.
44294429
///
44304430
/// \param wantInterfaceType Whether we want the interface type, if available.

0 commit comments

Comments
 (0)