OSDN Git Service

Fix typo, "Write" -> "Writes".
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 28 Nov 2009 10:17:43 +0000 (10:17 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 28 Nov 2009 10:17:43 +0000 (10:17 +0000)
Originally committed as revision 20637 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/put_bits.h

index b081c26..7efdef4 100644 (file)
@@ -137,7 +137,7 @@ void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string);
 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
 
 /**
- * Write up to 31 bits into a bitstream.
+ * Writes up to 31 bits into a bitstream.
  * Use put_bits32 to write 32 bits.
  */
 static inline void put_bits(PutBitContext *s, int n, unsigned int value)