From 30bd40f2f1d89dbab96b1060f581fd95651dd156 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 26 May 2008 23:11:24 +0000
Subject: [PATCH] cosmetics: typo

Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/ra144.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 86fb43f5102..f4da89d8ba6 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)
-- 
GitLab