summaryrefslogtreecommitdiff
path: root/erts/emulator/asmjit/x86/x86globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/asmjit/x86/x86globals.h')
-rw-r--r--erts/emulator/asmjit/x86/x86globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/asmjit/x86/x86globals.h b/erts/emulator/asmjit/x86/x86globals.h
index 803c813ac5..7f1566da3b 100644
--- a/erts/emulator/asmjit/x86/x86globals.h
+++ b/erts/emulator/asmjit/x86/x86globals.h
@@ -1933,7 +1933,7 @@ enum class RoundImm : uint8_t {
kUp = 0x02u, //!< Round to up toward +INF (ceil).
kTrunc = 0x03u, //!< Round toward zero (truncate).
kCurrent = 0x04u, //!< Round to the current rounding mode set (ignores other RC bits).
- kSuppress = 0x08u //!< Supress exceptions (avoids inexact exception, if set).
+ kSuppress = 0x08u //!< Suppress exceptions (avoids inexact exception, if set).
};
ASMJIT_DEFINE_ENUM_FLAGS(RoundImm)