Browse Source

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

git-svn-id: trunk@47196 -
svenbarth 4 years ago
parent
commit
b0f0ff1bc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -565,7 +565,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-}