From 41ed7ab45fc693f7d7fc35664c0233f4c32d69bb Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 27 Apr 2016 13:45:23 -0400 Subject: cosmetics: Fix spelling mistakes Signed-off-by: Diego Biurrun --- libswscale/swscale_unscaled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale_unscaled.c') diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c index 973551fdc0..ba0b2babe4 100644 --- a/libswscale/swscale_unscaled.c +++ b/libswscale/swscale_unscaled.c @@ -943,7 +943,7 @@ static int planarCopyWrapper(SwsContext *c, const uint8_t *src[], COPY16TO9_OR_10(AV_RL16, AV_WL16); } } - } else /* 8bit */ { + } else /* 8 bits */ { #define COPY8TO9_OR_10(wfunc) \ if (shiftonly) { \ for (i = 0; i < height; i++) { \ -- cgit v1.2.3