From 0c50a1e5dfb8323e27b51ee6c5c713b9ad23da1b Mon Sep 17 00:00:00 2001 From: Nathan Caldwell Date: Thu, 15 Oct 2009 20:39:57 -0600 Subject: [PATCH] Typo in softfloat_reciprocal comment. --- libavcodec/lagarith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c index 997ede3f0d..8071fdb843 100644 --- a/libavcodec/lagarith.c +++ b/libavcodec/lagarith.c @@ -56,7 +56,7 @@ typedef struct LagarithContext { /** * Compute the 52bit mantissa of 1/(double)denom. - * This is used because it is more portable across archithectures and + * This is used because it is more portable across architectures and * toolchains than using floats. * @param denom denominator * @return 52bit mantissa -- 2.11.4.GIT