Skip to content

Commit f040eda

Browse files
committed
Typo fix: of of -> of
rdar://problem/54218099
1 parent 5092d18 commit f040eda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6283,7 +6283,7 @@ ConstraintSystem::simplifyApplicableFnConstraint(
62836283

62846284
// Don't attempt this optimization in "diagnostic mode" because
62856285
// in such mode we'd like to attempt all of the available
6286-
// overloads regardless of of problems related to missing or
6286+
// overloads regardless of problems related to missing or
62876287
// extraneous labels and/or arguments.
62886288
if (!(solverState && shouldAttemptFixes())) {
62896289
// If the right-hand side is a type variable,

stdlib/public/core/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ extension Array {
14211421
/// of the new array.
14221422
/// - Parameters:
14231423
/// - buffer: A buffer covering uninitialized memory with room for the
1424-
/// specified number of of elements.
1424+
/// specified number of elements.
14251425
/// - initializedCount: The count of initialized elements in the array,
14261426
/// which begins as zero. Set `initializedCount` to the number of
14271427
/// elements you initialize.

stdlib/public/core/ContiguousArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ extension ContiguousArray {
10061006
/// of the new array.
10071007
/// - Parameters:
10081008
/// - buffer: A buffer covering uninitialized memory with room for the
1009-
/// specified number of of elements.
1009+
/// specified number of elements.
10101010
/// - initializedCount: The count of initialized elements in the array,
10111011
/// which begins as zero. Set `initializedCount` to the number of
10121012
/// elements you initialize.

0 commit comments

Comments
 (0)