* Fix spelling error in last commit

git-svn-id: trunk@21722 -
This commit is contained in:
pierre 2012-06-26 22:49:34 +00:00
parent ef3bbf4c4a
commit a3bc5eaa3f

View File

@ -66,7 +66,7 @@ function SetRoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;
rmNearest :
begin
softfloat_rounding_mode := float_round_nearest_even;
fpu_round:=fpu_rounding_mearest;
fpu_round:=fpu_rounding_nearest;
end;
rmTruncate :
begin