[FFmpeg-cvslog] lavu/mem.h: fix typo
Stefano Sabatini
git at videolan.org
Fri May 10 10:40:41 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri May 10 09:15:06 2013 +0200| [eeb9a4928dcc09bfbda2f94b6798d5b99e50935f] | committer: Stefano Sabatini
lavu/mem.h: fix typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eeb9a4928dcc09bfbda2f94b6798d5b99e50935f
---
libavutil/mem.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/mem.h b/libavutil/mem.h
index 58c26b1..8433ada 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
More information about the ffmpeg-cvslog
mailing list