]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bitstream.c
Proper check for --help and -h parameters
[ffmpeg] / libavcodec / bitstream.c
index 2838e9304bcec1042bf2a87c4ff827f0da346ecf..5c50120460fa4b6e4a32b03d8c153ce92f3e01e5 100644 (file)
@@ -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);