[vlc-commits] demux/asf: rephrase comment

Filip Roséen git at videolan.org
Tue Jan 10 15:31:24 CET 2017


vlc | branch: master | Filip Roséen <filip at atch.se> | Tue Jan 10 13:52:37 2017 +0100| [0d4335f35c6755c56997d163d492f73efbca74b9] | committer: Thomas Guillem

demux/asf: rephrase comment

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> 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):



More information about the vlc-commits mailing list