Przeglądaj źródła

Fix spelling error of revision 48023

git-svn-id: trunk@48024 -
pierre 4 lat temu
rodzic
commit
38ddf2e8c5
1 zmienionych plików z 1 dodań i 1 usunięć
  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;