spelling fixes: arch/m68k/
Spelling fixes in arch/m68k/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
committed by
Adrian Bunk
parent
5aa8b6c1a6
commit
0c79cf6af1
@@ -65,7 +65,7 @@ fp_fsqrt(struct fp_ext *dest, struct fp_ext *src)
|
||||
fp_copy_ext(&src2, dest);
|
||||
|
||||
/*
|
||||
* The taylor row arround a for sqrt(x) is:
|
||||
* The taylor row around a for sqrt(x) is:
|
||||
* sqrt(x) = sqrt(a) + 1/(2*sqrt(a))*(x-a) + R
|
||||
* With a=1 this gives:
|
||||
* sqrt(x) = 1 + 1/2*(x-1)
|
||||
|
Reference in New Issue
Block a user