summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorMichael Kohler <michaelkohler@live.com>2010-07-07 19:49:58 +0200
committerMichael Kohler <michaelkohler@live.com>2010-07-07 20:06:04 +0200
commitefbfaf6d114186f05662ffa82c2edd4fb8ef6f95 (patch)
treeb06ebe45257ea62f71af815490f55c99120ed218 /vpx
parent1e23f45119c86482f9d8e384e7e093ed3b741cbc (diff)
downloadlibvpx-efbfaf6d114186f05662ffa82c2edd4fb8ef6f95.tar
libvpx-efbfaf6d114186f05662ffa82c2edd4fb8ef6f95.tar.gz
libvpx-efbfaf6d114186f05662ffa82c2edd4fb8ef6f95.tar.bz2
libvpx-efbfaf6d114186f05662ffa82c2edd4fb8ef6f95.zip
Fix misspelled "paramter" in vpx_codec_internal.h" to "parameter".
Signed-off-by: Michael Kohler <michaelkohler@live.com>
Diffstat (limited to 'vpx')
-rw-r--r--vpx/internal/vpx_codec_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx/internal/vpx_codec_internal.h b/vpx/internal/vpx_codec_internal.h
index 7d970275c..4053df036 100644
--- a/vpx/internal/vpx_codec_internal.h
+++ b/vpx/internal/vpx_codec_internal.h
@@ -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