From 755bfeabccbba9ae1b565b11d645b8e4fe139fa8 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 12 Jun 2007 09:29:25 +0000
Subject: misc spelling fixes

Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/bitstream.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'libavcodec/bitstream.h')

diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index e30ba83510..dfed0e3ed6 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -335,8 +335,8 @@ static inline void skip_put_bytes(PutBitContext *s, int n){
 }
 
 /**
- * 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
-- 
cgit v1.2.3