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

git-svn-id: trunk@47196 -
This commit is contained in:
svenbarth 2020-10-25 13:20:38 +00:00
parent d51213d26a
commit b0f0ff1bc6

View File

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