diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-28 12:46:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-28 12:46:26 +0000 |
commit | df3a80b50a452f54878f5011207a864d703a943d (patch) | |
tree | f33f2102df6183e8c6225adeda1ced76cc4542ec /libavcodec/bitstream.c | |
parent | bd35bdf1b2e716e7d0ea600d1af9a782ebc2ec61 (diff) | |
download | ffmpeg-df3a80b50a452f54878f5011207a864d703a943d.tar.gz |
cosmetics: misc typo fixes
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.c')
-rw-r--r-- | libavcodec/bitstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 2838e9304b..a5b87a1754 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -36,7 +36,7 @@ * @param[in] ptr The block of memory to reallocate. * @param[in] size The requested size. * @return Block of memory of requested size. - * @deprecated. Code which uses ff_realloc_static is broken/missdesigned + * @deprecated. Code which uses ff_realloc_static is broken/misdesigned. * and should correctly use static arrays */ attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size); |