diff x86/vc1dsp_mmx.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents f5ccf2e590d6
children 846779f6b164
line wrap: on
line diff
--- a/x86/vc1dsp_mmx.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/x86/vc1dsp_mmx.c	Wed Jun 30 15:38:06 2010 +0000
@@ -411,7 +411,7 @@
 typedef void (*vc1_mspel_mc_filter_8bits)(uint8_t *dst, const uint8_t *src, x86_reg stride, int rnd, x86_reg offset);
 
 /**
- * Interpolates fractional pel values by applying proper vertical then
+ * Interpolate fractional pel values by applying proper vertical then
  * horizontal filter.
  *
  * @param  dst     Destination buffer for interpolated pels.