diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:20:07 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-25 17:13:45 +0300 |
commit | cced0d653973f6ad0d9e8bdbd365e12d0f2316f9 (patch) | |
tree | 10c4af52642079501a470e56fd26646ceb15f9ce /tests/tcg | |
parent | d8b71d96b336054ac3cd0c9351b0cb75c47281ad (diff) |
s390x: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/tcg')
-rw-r--r-- | tests/tcg/s390x/mvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/s390x/mvc.c b/tests/tcg/s390x/mvc.c index 7ae4c44550..b572aa3ced 100644 --- a/tests/tcg/s390x/mvc.c +++ b/tests/tcg/s390x/mvc.c @@ -85,7 +85,7 @@ int main(void) } } - /* test if MVC works now correctly accross page boundaries */ + /* test if MVC works now correctly across page boundaries */ mvc_256(dst + 4096 - 128, src + 4096 - 128); for (i = 0; i < ALLOC_SIZE; i++) { if (src[i] != 0xff) { |