vlc | branch: master | Filip Roséen <[email protected]> | Tue Jan 10 13:52:37 2017 +0100| [0d4335f35c6755c56997d163d492f73efbca74b9] | committer: Thomas Guillem
demux/asf: rephrase comment Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d4335f35c6755c56997d163d492f73efbca74b9 --- modules/demux/asf/libasf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/asf/libasf.c b/modules/demux/asf/libasf.c index 9f6dc0b..a08ea94 100644 --- a/modules/demux/asf/libasf.c +++ b/modules/demux/asf/libasf.c @@ -41,7 +41,7 @@ * They are expansion safe * They make the following assumptions: * const uint8_t *p_peek exists and points to the start of a buffer - * ssize_t i_peek gives the size of the buffer pointed by p_peek + * ssize_t i_peek the size of the buffer pointed to by p_peek * const uint8_t *p_data exits and points to the data inside p_peek to be read. */ /* ASF_HAVE(n): _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
