aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc-enc-zywrle.h
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 /ui/vnc-enc-zywrle.h
parent5f32804c79ba9554e62c9699db83ee34df8a46c1 (diff)
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 'ui/vnc-enc-zywrle.h')
-rw-r--r--ui/vnc-enc-zywrle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/vnc-enc-zywrle.h b/ui/vnc-enc-zywrle.h
index 1ff40b1f40..d436d588fc 100644
--- a/ui/vnc-enc-zywrle.h
+++ b/ui/vnc-enc-zywrle.h
@@ -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.
*/