diff bitstream.h @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 0d503c12092b
children 4394344397d8
line wrap: on
line diff
--- a/bitstream.h	Tue Jun 12 08:06:54 2007 +0000
+++ b/bitstream.h	Tue Jun 12 09:29:25 2007 +0000
@@ -335,8 +335,8 @@
 }
 
 /**
- * skips the given number of bits.
- * must only be used if the actual values in the bitstream dont matter
+ * Skips the given number of bits.
+ * Must only be used if the actual values in the bitstream do not matter.
  */
 static inline void skip_put_bits(PutBitContext *s, int n){
 #ifdef ALT_BITSTREAM_WRITER