aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/fpu_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/s390x/tcg/fpu_helper.c')
-rw-r--r--target/s390x/tcg/fpu_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/tcg/fpu_helper.c b/target/s390x/tcg/fpu_helper.c
index 4067205405..be80b2373c 100644
--- a/target/s390x/tcg/fpu_helper.c
+++ b/target/s390x/tcg/fpu_helper.c
@@ -89,7 +89,7 @@ static void handle_exceptions(CPUS390XState *env, bool XxC, uintptr_t retaddr)
/*
* invalid/divbyzero cannot coexist with other conditions.
* overflow/underflow however can coexist with inexact, we have to
- * handle it separatly.
+ * handle it separately.
*/
if (s390_exc & ~S390_IEEE_MASK_INEXACT) {
if (s390_exc & ~S390_IEEE_MASK_INEXACT & env->fpc >> 24) {