aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-03-23 15:59:57 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2016-05-18 15:04:27 +0300
commit3d5c0613522e98b59e37605f9240c16f0cb74717 (patch)
treeaaf5dec5e4885506cbdcc2aad6bf8f2ad8391e7f
parent5701522fc1dd7dfba381582287126a0d3c9df575 (diff)
downloadslirp-3d5c0613522e98b59e37605f9240c16f0cb74717.zip
slirp-3d5c0613522e98b59e37605f9240c16f0cb74717.tar.gz
slirp-3d5c0613522e98b59e37605f9240c16f0cb74717.tar.bz2
Fix some typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index ee76941..2093866 100644
--- a/socket.c
+++ b/socket.c
@@ -206,7 +206,7 @@ int soread(struct socket *so)
* We don't test for <= 0 this time, because there legitimately
* might not be any more data (since the socket is non-blocking),
* a close will be detected on next iteration.
- * A return of -1 wont (shouldn't) happen, since it didn't happen above
+ * A return of -1 won't (shouldn't) happen, since it didn't happen above
*/
if (n == 2 && nn == iov[0].iov_len) {
int ret;