]> git.proxmox.com Git - qemu.git/commitdiff
misc: Spelling and grammar fixes in comments
authorStefan Weil <sw@weilnetz.de>
Fri, 11 Oct 2013 19:34:33 +0000 (21:34 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 26 Oct 2013 09:06:45 +0000 (13:06 +0400)
* 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>
qapi-schema.json
slirp/if.c
ui/vnc-enc-zywrle.h

index 60f3fd1db63dc3e9f1e6632fa33b8cc79c32e835..a003aa176340c9100de85d458ce6442e979314ae 100644 (file)
 #
 # Since: 0.14.0
 #
-# Notes: This command only exists as a stop-gap.  It's use is highly
+# Notes: This command only exists as a stop-gap.  Its use is highly
 #        discouraged.  The semantics of this command are not guaranteed.
 #
 #        Known limitations:
index 87ca8a53a91ba234b8edceec00bc55d82d1227bb..fb7acf87dd187e024e6ad0e4fe938160a27e5dbf 100644 (file)
@@ -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
index 1ff40b1f40f978f7c9788fabd816f2c074ae4495..d436d588fca40f13c55ad6db9563678c2aaffb42 100644 (file)
@@ -305,7 +305,7 @@ static inline void harr(int8_t *px0, int8_t *px1)
    |L1H0H1H0|L1H0H1H0|L1H0H1H0|L1H0H1H0| : level 1
 
  In this method, H/L and X0/X1 is always same position.
- This lead us to more speed and less memory.
+ This leads us to more speed and less memory.
  Of cause, the result of both method is quite same
  because it's only difference that coefficient position.
 */