Skip to content

Commit 0e7749b

Browse files
committed
Fixed comment
1 parent 3425a6d commit 0e7749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/VarArgs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protocol _CVarArgAligned: CVarArg {
6666
/// Some pointers require an alternate object to be retained. The object
6767
/// that is returned will be used with _cVarArgEncoding and held until
6868
/// the closure is complete. This is required since autoreleased storage
69-
/// is available on all platforms.
69+
/// is not available on all platforms.
7070
public protocol _CVarArgObject: CVarArg {
7171
/// Returns the alternate object that should be encoded.
7272
var _cVarArgObject: CVarArg { get }

0 commit comments

Comments
 (0)