Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-05-10 11:15:06 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-05-10 12:32:59 +0400
commiteeb9a4928dcc09bfbda2f94b6798d5b99e50935f (patch)
treefd6b183049e5b862ee6abdf21bd8bc09a4573a29 /libavutil/mem.h
parentc475a58dd60cd5317f8a63c80772f4bb893a1eba (diff)
lavu/mem.h: fix typo
Diffstat (limited to 'libavutil/mem.h')
-rw-r--r--libavutil/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/mem.h b/libavutil/mem.h
index 58c26b18ee..8433ada1e8 100644
--- a/libavutil/mem.h
+++ b/libavutil/mem.h
@@ -203,7 +203,7 @@ void av_freep(void *ptr);
* structures, and the element to add must be a pointer to an already
* allocated structure.
*
- * The array is reallocated when its sizes reaches powers of 2.
+ * The array is reallocated when its size reaches powers of 2.
* Therefore, the amortized cost of adding an element is constant.
*
* In case of success, the pointer to the array is updated in order to