# HG changeset patch # User diego # Date 1211843484 0 # Node ID b6e110c575ffa187132b635c5d47298612d699a2 # Parent a2449742ca2af7d6a5cfb1f96233ae54aefbf109 cosmetics: typo diff -r a2449742ca2a -r b6e110c575ff ra144.c --- 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)