Skip to content

Commit

Permalink
misc: Spelling and grammar fixes in comments
Browse files Browse the repository at this point in the history
* it's -> its
* grammar fix in ui/vnc-enc-zywrle.h

Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Don Koch <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
stweil authored and Michael Tokarev committed Oct 26, 2013
1 parent 5f32804 commit 59b0096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qapi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@
#
# 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:
Expand Down
2 changes: 1 addition & 1 deletion slirp/if.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if_output(struct socket *so, struct mbuf *ifm)

/*
* 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
Expand Down
2 changes: 1 addition & 1 deletion ui/vnc-enc-zywrle.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 59b0096

Please sign in to comment.