florian 1 year ago
parent
commit
db05be80bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/riscv64/riscv64.inc

+ 1 - 1
rtl/riscv64/riscv64.inc

@@ -264,7 +264,7 @@ begin
   softfloat_exception_mask:=[exPrecision,exUnderflow];
 {$ifdef FPUFD}
   cw:=GetNativeFPUControlWord;
-  { riscv does not support triggering exceptoins when FPU exceptions happen;
+  { riscv does not support triggering exceptions when FPU exceptions happen;
     it merely records which exceptions have happened until now -> clear }
   cw.cw:=0;
   { round to nearest }