diff bitstream.c @ 5408:20bea6a9950c libavcodec

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 12:46:26 +0000
parents 32b69770ae23
children 13d52b7647a0
line wrap: on
line diff
--- a/bitstream.c	Fri Jul 27 16:31:54 2007 +0000
+++ b/bitstream.c	Sat Jul 28 12:46:26 2007 +0000
@@ -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);