]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/vnc-enc-zywrle.h
input: sdl2: Fix relative mode to match SDL1 behavior
[mirror_qemu.git] / ui / vnc-enc-zywrle.h
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.
 */