diff ivi_common.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7204cb7dd601
children
line wrap: on
line diff
--- a/ivi_common.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/ivi_common.c	Wed Jun 30 15:38:06 2010 +0000
@@ -40,7 +40,7 @@
 VLC ff_ivi_blk_vlc_tabs[8];
 
 /**
- *  Reverses "nbits" bits of the value "val" and returns the result
+ *  Reverse "nbits" bits of the value "val" and return the result
  *  in the least significant bits.
  */
 static uint16_t inv_bits(uint16_t val, int nbits)