]> granicus.if.org Git - libvpx/commitdiff
Fix misspelled "paramter" in vpx_codec_internal.h" to "parameter".
authorMichael Kohler <michaelkohler@live.com>
Wed, 7 Jul 2010 17:49:58 +0000 (19:49 +0200)
committerMichael Kohler <michaelkohler@live.com>
Wed, 7 Jul 2010 18:06:04 +0000 (20:06 +0200)
Signed-off-by: Michael Kohler <michaelkohler@live.com>
vpx/internal/vpx_codec_internal.h

index 7d970275c1ac6c7ed94d6f4a4e56c8524f452c69..4053df036aec25ce9974194021c21804f44c63dc 100644 (file)
@@ -138,7 +138,7 @@ typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t    *ctx,
  * provide type safety for the exchanged data or assign meanings to the
  * control codes. Those details should be specified in the algorithm's
  * header file. In particular, the ctrl_id parameter is guaranteed to exist
- * in the algorithm's control mapping table, and the data paramter may be NULL.
+ * in the algorithm's control mapping table, and the data parameter may be NULL.
  *
  *
  * \param[in]     ctx              Pointer to this instance's context