diff lzo.c @ 636:c04808220c83 libavutil

spelling/grammar/consistency review part II
author diego
date Wed, 28 Jan 2009 23:03:17 +0000
parents 8c48a1b999a3
children db8f45986cff
line wrap: on
line diff
--- a/lzo.c	Wed Jan 28 17:48:26 2009 +0000
+++ b/lzo.c	Wed Jan 28 23:03:17 2009 +0000
@@ -35,7 +35,7 @@
 } LZOContext;
 
 /**
- * \brief read one byte from input buffer, avoiding overrun
+ * \brief Reads one byte from the input buffer, avoiding an overrun.
  * \return byte read
  */
 static inline int get_byte(LZOContext *c) {