diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tcp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tcp.txt b/docs/tcp.txt index c867c6da9..766766387 100644 --- a/docs/tcp.txt +++ b/docs/tcp.txt @@ -31,7 +31,7 @@ Solution #1: block until sending is done: */ struct linger { int l_onoff; /* linger active */ - int l_linger; /* how many seconds to linger for */ + int l_linger; /* how many seconds to linger for */ } linger; linger.l_onoff = 1; linger.l_linger = SOME_NUM; |