Skip to content

Commit 4f6b42f

Browse files
milsemanKyle Macomber
andcommitted
Update Sources/System/Sockets/SocketOperations.swift
Co-authored-by: Kyle Macomber <kmacomber@apple.com>
1 parent 241fbbd commit 4f6b42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/Sockets/SocketOperations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extension SocketDescriptor {
8282
/// Send a message from a socket
8383
///
8484
/// - Parameters:
85-
/// - buffear: The region of memory that contains the data being sent.
85+
/// - buffer: The region of memory that contains the data being sent.
8686
/// - flags: see `send(2)`
8787
/// - retryOnInterrupt: Whether to retry the send operation
8888
/// if it throws ``Errno/interrupted``.

0 commit comments

Comments
 (0)