summaryrefslogtreecommitdiff
path: root/sal/inc/osl/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl/socket.h')
-rw-r--r--sal/inc/osl/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/socket.h b/sal/inc/osl/socket.h
index ce47c8673beb..8ccb2c740f53 100644
--- a/sal/inc/osl/socket.h
+++ b/sal/inc/osl/socket.h
@@ -724,7 +724,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_shutdownSocket(oslSocket Socket,
<li><code>osl_Socket_OptionTcpNoDelay</code><br>
Disables the Nagle algorithm for send coalescing. (Do not
- collect data until a packet is full, instead send immediatly.
+ collect data until a packet is full, instead send immediately.
This increases network traffic but might improve latency-times.)
1 = disables the algorithm, 0 = keeps it enabled.
</ul>