summaryrefslogtreecommitdiff
path: root/libavutil/dynarray.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-07-12 22:10:53 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-12 22:33:27 +0200
commit39a6e02fd4651f8300b2bbadffd5299452e00424 (patch)
treeef4f9480eaf9f335243d20a536d739f04a82bc5a /libavutil/dynarray.h
parent4470a3eeafa97d20b1e68a6b40490f71da726adf (diff)
downloadffmpeg-39a6e02fd4651f8300b2bbadffd5299452e00424.tar.gz
fix spelling errors
Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/dynarray.h')
-rw-r--r--libavutil/dynarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/dynarray.h b/libavutil/dynarray.h
index 00b19bc2a7..4947d93dc8 100644
--- a/libavutil/dynarray.h
+++ b/libavutil/dynarray.h
@@ -35,7 +35,7 @@
* the type of the size
* @param av_elt_size size of the elements in the array, in bytes
* @param av_array pointer to the array, must be a lvalue
- * @param av_size size of the array, must be an interger lvalue
+ * @param av_size size of the array, must be an integer lvalue
* @param av_success statement to execute on success; at this point, the
* size variable is not yet incremented
* @param av_failure statement to execute on failure; if this happens, the