aboutsummaryrefslogtreecommitdiff
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
commit6b2814925c8d4518a78b114deda13e2c0e96d744 (patch)
treec675f0483f73cabc7261a2769f4369db3c5636cd
parent52e0850bfa0e713928e5eb7f8a785eb473837b49 (diff)
downloadslirp-1.7.2.zip
slirp-1.7.2.tar.gz
slirp-1.7.2.tar.bz2
misc: Spelling and grammar fixes in commentsv2.0.0-rc0v1.7.2v1.7.1v1.7.0-rc2v1.7.0-rc1v1.7.0-rc0v1.7.0
* 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>
-rw-r--r--if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/if.c b/if.c
index e18777f..e87b58c 100644
--- a/if.c
+++ b/if.c
@@ -138,7 +138,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