Browse Source

Fix spelling error of revision 48023

git-svn-id: trunk@48024 -
pierre 4 years ago
parent
commit
38ddf2e8c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/arm/mathu.inc

+ 1 - 1
rtl/arm/mathu.inc

@@ -63,7 +63,7 @@ var
   c: dword;
 begin
   softfloat_rounding_mode:=RoundMode;
-  Reslut:=GetRoundMode;
+  Result:=GetRoundMode;
   c:=Ord(RoundMode) shl 16;
   c:=_controlfp(c, _MCW_RC);
 end;