From e74223610b66cd83814810207d91026829ade5ae Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 28 Nov 2009 10:17:43 +0000 Subject: Fix typo, "Write" -> "Writes". Originally committed as revision 20637 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/put_bits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/put_bits.h') diff --git a/libavcodec/put_bits.h b/libavcodec/put_bits.h index b081c26842..7efdef4ddd 100644 --- a/libavcodec/put_bits.h +++ b/libavcodec/put_bits.h @@ -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) -- cgit v1.2.3