summaryrefslogtreecommitdiff
path: root/sal/inc/osl/socket_decl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl/socket_decl.hxx')
-rw-r--r--sal/inc/osl/socket_decl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/socket_decl.hxx b/sal/inc/osl/socket_decl.hxx
index 70f8f8b44ba0..f51cca12e4c3 100644
--- a/sal/inc/osl/socket_decl.hxx
+++ b/sal/inc/osl/socket_decl.hxx
@@ -375,7 +375,7 @@ namespace osl
<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>