summaryrefslogtreecommitdiff
path: root/slirp
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-10-11 21:34:33 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2013-10-26 13:06:45 +0400
commit59b00962136f5621895bee7c96b2a1d9271b9dc5 (patch)
tree679fefb7f4b0f7fa1cf08d385b0e92fd801750d4 /slirp
parent5f32804c79ba9554e62c9699db83ee34df8a46c1 (diff)
downloadqemu-59b00962136f5621895bee7c96b2a1d9271b9dc5.tar.gz
misc: Spelling and grammar fixes in comments
* it's -> its * grammar fix in ui/vnc-enc-zywrle.h Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Don Koch <dkoch@verizon.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'slirp')
-rw-r--r--slirp/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/if.c b/slirp/if.c
index 87ca8a53a9..fb7acf87dd 100644
--- a/slirp/if.c
+++ b/slirp/if.c
@@ -142,7 +142,7 @@ diddit:
/*
* Send a packet
- * We choose a packet based on it's position in the output queues;
+ * We choose a packet based on its position in the output queues;
* If there are packets on the fastq, they are sent FIFO, before
* everything else. Otherwise we choose the first packet from the
* batchq and send it. the next packet chosen will be from the session