Mercurial > libavcodec.hg
changeset 6902:b6e110c575ff libavcodec
cosmetics: typo
author | diego |
---|---|
date | Mon, 26 May 2008 23:11:24 +0000 |
parents | a2449742ca2a |
children | 0f63fc62ea8b |
files | ra144.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)