[vlc-devel] [PATCH 4/7] demux/asf: rephrase comment
Filip Roséen
filip at atch.se
Tue Jan 10 13:52:37 CET 2017
---
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 9f6dc0b208..a08ea942a1 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):
--
2.11.0
More information about the vlc-devel
mailing list