diff ra144.c @ 6902:b6e110c575ff libavcodec

cosmetics: typo
author diego
date Mon, 26 May 2008 23:11:24 +0000
parents 9333cbdc4524
children 8b0db8b07a21
line wrap: on
line diff
--- a/ra144.c	Mon May 26 23:09:46 2008 +0000
+++ b/ra144.c	Mon May 26 23:11:24 2008 +0000
@@ -57,7 +57,7 @@
 }
 
 /**
- * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in a
+ * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in an
  * odd way to make the output identical to the binary decoder.
  */
 static int t_sqrt(unsigned int x)