diff dsputil.h @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 0c4bf6b7d1c6
children b7bae4ce8b07
line wrap: on
line diff
--- a/dsputil.h	Tue Jun 12 08:06:54 2007 +0000
+++ b/dsputil.h	Tue Jun 12 09:29:25 2007 +0000
@@ -144,7 +144,7 @@
 
 /* motion estimation */
 // h is limited to {width/2, width, 2*width} but never larger than 16 and never smaller then 2
-// allthough currently h<4 is not used as functions with width <8 are not used and neither implemented
+// although currently h<4 is not used as functions with width <8 are neither used nor implemented
 typedef int (*me_cmp_func)(void /*MpegEncContext*/ *s, uint8_t *blk1/*align width (8 or 16)*/, uint8_t *blk2/*align 1*/, int line_size, int h)/* __attribute__ ((const))*/;