Browse Source

* Fix spelling error in last commit

git-svn-id: trunk@21722 -
pierre 13 years ago
parent
commit
a3bc5eaa3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/mips/mathu.inc

+ 1 - 1
rtl/mips/mathu.inc

@@ -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