diff celp_math.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents c8743c33eeef
children
line wrap: on
line diff
--- a/celp_math.h	Wed Jun 30 09:33:59 2010 +0000
+++ b/celp_math.h	Wed Jun 30 15:38:06 2010 +0000
@@ -43,7 +43,7 @@
 int ff_exp2(uint16_t power);
 
 /**
- * Calculates log2(x).
+ * Calculate log2(x).
  * @param value function argument, 0 < value <= 7fff ffff
  *
  * @return value of (1<<15) * log2(value)