git: ad13fd5a8fa1 - main - socket.2: spell
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Oct 2025 20:32:52 UTC
The branch main has been updated by maxim:
URL: https://cgit.FreeBSD.org/src/commit/?id=ad13fd5a8fa1607805d11ced3428e86dbd94778e
commit ad13fd5a8fa1607805d11ced3428e86dbd94778e
Author: Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-10-14 20:32:07 +0000
Commit: Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2025-10-14 20:32:07 +0000
socket.2: spell
---
lib/libsys/socket.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libsys/socket.2 b/lib/libsys/socket.2
index c4d8941bad21..48b8f4e87489 100644
--- a/lib/libsys/socket.2
+++ b/lib/libsys/socket.2
@@ -295,7 +295,7 @@ flag of the
.Xr fcntl 2
system call.
.Pp
-When a non-blocking socket has not enough data in its receive buffer to fulfil
+When a non-blocking socket has not enough data in its receive buffer to fulfill
the application supplied buffer, then data receiving system calls like
.Xr recv 2 ,
.Xr recvfrom 2 ,