s390x: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Michael Tokarev 2023-07-14 14:20:07 +03:00
parent d8b71d96b3
commit cced0d6539
9 changed files with 9 additions and 9 deletions

View file

@ -87,7 +87,7 @@ static void handle_exceptions(CPUS390XState *env, bool XxC, uintptr_t retaddr)
/*
* FIXME:
* 1. Right now, all inexact conditions are inidicated as
* 1. Right now, all inexact conditions are indicated as
* "truncated" (0) and never as "incremented" (1) in the DXC.
* 2. Only traps due to invalid/divbyzero are suppressing. Other traps
* are completing, meaning the target register has to be written!