diff options
| author | Christian Beier <dontmind@freeshell.org> | 2016-11-18 13:32:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-18 13:32:27 +0100 |
| commit | 93ea516fd175a4f8e6810f183e5fed86489804c0 (patch) | |
| tree | 16ac0353fdea674e9f2d0c164088abcda1931fd0 /common | |
| parent | 3df54ce7ce2e126a7e5f88c4ae1f515509abc19b (diff) | |
| parent | 63bc75f24b8a82910f5864d5c3348e284be66ade (diff) | |
| download | libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.tar.gz libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.zip | |
Merge pull request #138 from stweil/master
Fix some typos
Diffstat (limited to 'common')
| -rw-r--r-- | common/zywrletemplate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/zywrletemplate.c b/common/zywrletemplate.c index faa7f07..bce4e36 100644 --- a/common/zywrletemplate.c +++ b/common/zywrletemplate.c @@ -352,7 +352,7 @@ static InlineX void Harr(signed char* pX0, signed char* pX1) In this method, H/L and X0/X1 is always same position. This lead 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. + because its only difference is that coefficient position. */ static InlineX void WaveletLevel(int* data, int size, int l, int SkipPixel) { |
