From 52b541ad798c2388e92a1a876550ff381f9b2346 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 1 Dec 2007 22:21:04 +0000 Subject: spelling Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgresample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/imgresample.c') diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index d1d6757c6c..b64ea19db3 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -285,7 +285,7 @@ static void v_resample4_mmx(uint8_t *dst, int dst_width, const uint8_t *src, } #endif /* HAVE_MMX */ -/* slow version to handle limit cases. Does not need optimisation */ +/* slow version to handle limit cases. Does not need optimization */ static void h_resample_slow(uint8_t *dst, int dst_width, const uint8_t *src, int src_width, int src_start, int src_incr, int16_t *filters) -- cgit v1.2.3