summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-26 23:11:24 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-26 23:11:24 +0000
commit30bd40f2f1d89dbab96b1060f581fd95651dd156 (patch)
tree34f8cb1f28c7220f45368b62137a417093f8b9c6
parent756a01f522d5758550010b6ffaae300b7fc86d20 (diff)
cosmetics: typo
Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/ra144.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 86fb43f510..f4da89d8ba 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -57,7 +57,7 @@ static int ra144_decode_init(AVCodecContext * avctx)
}
/**
- * 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)