ソースを参照

--- Merging r47196 into '.':
U rtl/inc/softfpu.pp
--- Recording mergeinfo for merge of r47196 into '.':
U .

# revisions: 47196
r47196 | svenbarth | 2020-10-25 14:20:38 +0100 (Sun, 25 Oct 2020) | 1 line
Changed paths:
M /trunk/rtl/inc/softfpu.pp

* fix for Mantis #37986: apply patch by Bart Broersma to fix a typo in a comment

git-svn-id: branches/fixes_3_2@47646 -

marco 4 年 前
コミット
ec0fb329f4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -561,7 +561,7 @@ implementation
   { disable range and overflow checking explicitly }
   { This might be more essential for x80 and 128-bit
     floating point types and could, maybe be
-    restricted to code handle flatx80 and float128 }
+    restricted to code handle floatx80 and float128 }
   {$push}
   {$R-}
   {$Q-}