Skip to content

Commit a74f22d

Browse files
committed
[docs] fix a repeated typo
1 parent e353e2f commit a74f22d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ extension Unsafe${Mutable}BufferPointer {
764764

765765
// This unavailable implementation uses the expected mangled name
766766
// of `withMemoryRebound<T, Result>(to:_:)`, and provides
767-
// an entry point for any binary linked against the stlib binary
767+
// an entry point for any binary linked against the stdlib binary
768768
// for Swift 5.6 and older.
769769
@available(*, unavailable)
770770
% if Mutable:

stdlib/public/core/UnsafePointer.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public struct UnsafePointer<Pointee>: _Pointer {
327327

328328
// This unavailable implementation uses the expected mangled name
329329
// of `withMemoryRebound<T, Result>(to:capacity:_:)`, and provides
330-
// an entry point for any binary linked against the stlib binary
330+
// an entry point for any binary linked against the stdlib binary
331331
// for Swift 5.6 and older.
332332
@available(*, unavailable)
333333
@_silgen_name("$sSP17withMemoryRebound2to8capacity_qd_0_qd__m_Siqd_0_SPyqd__GKXEtKr0_lF")
@@ -1034,7 +1034,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
10341034

10351035
// This unavailable implementation uses the expected mangled name
10361036
// of `withMemoryRebound<T, Result>(to:capacity:_:)`, and provides
1037-
// an entry point for any binary linked against the stlib binary
1037+
// an entry point for any binary linked against the stdlib binary
10381038
// for Swift 5.6 and older.
10391039
@available(*, unavailable)
10401040
@_silgen_name("$sSp17withMemoryRebound2to8capacity_qd_0_qd__m_Siqd_0_Spyqd__GKXEtKr0_lF")

stdlib/public/core/UnsafeRawBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ extension Unsafe${Mutable}RawBufferPointer {
480480

481481
// This unavailable implementation uses the expected mangled name
482482
// of `storeBytes<T>(of:toByteOffset:as:)`, and provides an entry point for
483-
// any binary linked against the stlib binary for Swift 5.6 and older.
483+
// any binary linked against the stdlib binary for Swift 5.6 and older.
484484
@available(*, unavailable)
485485
@_silgen_name("$sSw10storeBytes2of12toByteOffset2asyx_SixmtlF")
486486
@usableFromInline func _legacy_se0349_storeBytes<T>(

stdlib/public/core/UnsafeRawPointer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ public struct UnsafeMutableRawPointer: _Pointer {
12461246

12471247
// This unavailable implementation uses the expected mangled name
12481248
// of `storeBytes<T>(of:toByteOffset:as:)`, and provides an entry point for
1249-
// any binary compiled against the stlib binary for Swift 5.6 and older.
1249+
// any binary compiled against the stdlib binary for Swift 5.6 and older.
12501250
@available(*, unavailable)
12511251
@_silgen_name("sSv10storeBytes2of12toByteOffset2asyx_SixmtlF")
12521252
@usableFromInline func _legacy_se0349_storeBytes<T>(

0 commit comments

Comments
 (0)