diff bitstream.h @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 6ac364a4ce2b
children 90d7898ff5d5
line wrap: on
line diff
--- a/bitstream.h	Sat Apr 07 14:07:33 2007 +0000
+++ b/bitstream.h	Sat Apr 07 14:09:20 2007 +0000
@@ -873,7 +873,7 @@
  * parses a vlc code, faster then get_vlc()
  * @param bits is the number of bits which will be read at once, must be
  *             identical to nb_bits in init_vlc()
- * @param max_depth is the number of times bits bits must be readed to completly
+ * @param max_depth is the number of times bits bits must be read to completely
  *                  read the longest vlc code
  *                  = (max_vlc_length + bits - 1) / bits
  */