summaryrefslogtreecommitdiff
path: root/vpx/vpx_decoder_compat.h
diff options
context:
space:
mode:
authorGaute Strokkenes <gaute.strokkenes@broadcom.com>2011-03-15 12:20:54 +0000
committerGaute Strokkenes <gaute.strokkenes@broadcom.com>2011-03-15 12:58:29 +0000
commit6795e256c1b8e2841e19f4650f443e84427c21c6 (patch)
tree9812f33b2457425300d56bcc3a3609a755f94bbe /vpx/vpx_decoder_compat.h
parent8c48c943e7c082b4330061e74ce85547253de301 (diff)
downloadlibvpx-6795e256c1b8e2841e19f4650f443e84427c21c6.tar
libvpx-6795e256c1b8e2841e19f4650f443e84427c21c6.tar.gz
libvpx-6795e256c1b8e2841e19f4650f443e84427c21c6.tar.bz2
libvpx-6795e256c1b8e2841e19f4650f443e84427c21c6.zip
Avoid misspelling "dependent".
Change-Id: Ib0c280e1fcfd977e11e4390807b2c8077a87500c
Diffstat (limited to 'vpx/vpx_decoder_compat.h')
-rw-r--r--vpx/vpx_decoder_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx/vpx_decoder_compat.h b/vpx/vpx_decoder_compat.h
index 0fec32777..8adc1b998 100644
--- a/vpx/vpx_decoder_compat.h
+++ b/vpx/vpx_decoder_compat.h
@@ -527,7 +527,7 @@ extern "C" {
* Iterates over a list of the segments to allocate. The iterator storage
* should be initialized to NULL to start the iteration. Iteration is complete
* when this function returns VPX_DEC_LIST_END. The amount of memory needed to
- * allocate is dependant upon the size of the encoded stream. This means that
+ * allocate is dependent upon the size of the encoded stream. This means that
* the stream info structure must be known at allocation time. It can be
* populated with the vpx_dec_peek_stream_info() function. In cases where the
* stream to be decoded is not available at allocation time, a fixed size must