diff alsdec.c @ 12051:3798d134f330 libavcodec

Grammar fixes
author mru
date Fri, 02 Jul 2010 00:03:48 +0000
parents fdafbcef52f5
children 8b28e74de2c0
line wrap: on
line diff
--- a/alsdec.c	Thu Jul 01 23:36:48 2010 +0000
+++ b/alsdec.c	Fri Jul 02 00:03:48 2010 +0000
@@ -454,7 +454,7 @@
 }
 
 
-/** Read and decodes a Rice codeword.
+/** Read and decode a Rice codeword.
  */
 static int32_t decode_rice(GetBitContext *gb, unsigned int k)
 {
@@ -490,8 +490,8 @@
 }
 
 
-/** Read block switching field if necessary and sets actual block sizes.
- *  Also assures that the block sizes of the last frame correspond to the
+/** Read block switching field if necessary and set actual block sizes.
+ *  Also assure that the block sizes of the last frame correspond to the
  *  actual number of samples.
  */
 static void get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks,
@@ -980,7 +980,7 @@
 }
 
 
-/** Read and decodes block data successively.
+/** Read and decode block data successively.
  */
 static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd)
 {