changeset 803:e6e8b4319086 libavutil

2nd try on documenting av_gcd().
author michael
date Sun, 27 Dec 2009 14:40:49 +0000
parents 485faa6e1728
children 3184397c9fdb
files mathematics.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mathematics.h	Sun Dec 27 12:20:06 2009 +0000
+++ b/mathematics.h	Sun Dec 27 14:40:49 2009 +0000
@@ -58,7 +58,7 @@
 
 /**
  * Returns the greatest common divisor of a and b.
- * If either a or b are 0 or either or both are <0 then behavior is
+ * If both a and b are 0 or either or both are <0 then behavior is
  * undefined.
  */
 int64_t av_const av_gcd(int64_t a, int64_t b);