From 532789f4944449583bb3ab7545f3629b42a617ea Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 18 Nov 2016 08:20:48 +0100 Subject: Fix some typos (it's / its) Signed-off-by: Stefan Weil --- common/zywrletemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/zywrletemplate.c') 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) { -- cgit v1.2.3