aboutsummaryrefslogtreecommitdiff
path: root/sockutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sockutils.c')
-rw-r--r--sockutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockutils.c b/sockutils.c
index 933f32670761..1c07f76fd1c0 100644
--- a/sockutils.c
+++ b/sockutils.c
@@ -1389,7 +1389,7 @@ int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int to
*
* SOCK_RECEIVALL_XXX:
*
- * if SOCK_RECEIVEALL_NO, return as soon as some data is ready
+ * if SOCK_RECEIVEALL_NO, return as soon as some data is ready
* if SOCK_RECEIVALL_YES, wait until 'size' data has been
* received (in case the socket does not have enough data available).
*