changeset 2530:9e93e15ea3c1 libavformat

spelling/wording nits in some Doxygen comments
author diego
date Wed, 05 Sep 2007 20:31:40 +0000
parents 86cfe519d3ba
children d126dc8b628c
files matroskaenc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/matroskaenc.c	Wed Sep 05 18:57:03 2007 +0000
+++ b/matroskaenc.c	Wed Sep 05 20:31:40 2007 +0000
@@ -98,9 +98,9 @@
 }
 
 /**
- * Write an EBML size meaning "unknown size."
+ * Write an EBML size meaning "unknown size".
  *
- * @param bytes The number of bytes the size should occupy. Maximum of 8.
+ * @param bytes The number of bytes the size should occupy (maximum: 8).
  */
 static void put_ebml_size_unknown(ByteIOContext *pb, int bytes)
 {