diff integer.h @ 636:c04808220c83 libavutil

spelling/grammar/consistency review part II
author diego
date Wed, 28 Jan 2009 23:03:17 +0000
parents 8c48a1b999a3
children 683a6dbdd2b2
line wrap: on
line diff
--- a/integer.h	Wed Jan 28 17:48:26 2009 +0000
+++ b/integer.h	Wed Jan 28 23:03:17 2009 +0000
@@ -76,9 +76,9 @@
 AVInteger av_int2i(int64_t a) av_const;
 
 /**
- * converts the given AVInteger to an int64_t.
- * if the AVInteger is too large to fit into an int64_t,
- * then only the least significant 64bit will be used
+ * Converts the given AVInteger to an int64_t.
+ * If the AVInteger is too large to fit into an int64_t,
+ * then only the least significant 64 bits will be used.
  */
 int64_t av_i2int(AVInteger a) av_const;