|
From: Florian K. <fk...@so...> - 2026-03-21 18:44:30
|
https://sourceware.org/cgit/valgrind/commit/?id=717a1b3cafd50b2c073e2ed9f026f86e8b34ade2 commit 717a1b3cafd50b2c073e2ed9f026f86e8b34ade2 Author: Florian Krohm <fl...@ei...> Date: Sat Mar 21 18:43:52 2026 +0000 s390: Fix typos. Diff: --- none/tests/s390x/bfp-convert.c | 2 +- none/tests/s390x/bfp-emit.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/none/tests/s390x/bfp-convert.c b/none/tests/s390x/bfp-convert.c index 4d8de26b65..a9bc76d865 100644 --- a/none/tests/s390x/bfp-convert.c +++ b/none/tests/s390x/bfp-convert.c @@ -13,7 +13,7 @@ So the only thing to test for here is the condition code. Note, no testing for "convert from ..." insns here, as they are - covered in bfd-emit.pl and do not set the condition code. + covered in bfp-emit.pl and do not set the condition code. */ #include <stdio.h> #include <stdint.h> diff --git a/none/tests/s390x/bfp-emit.pl b/none/tests/s390x/bfp-emit.pl index 6604497137..b40e10a05a 100755 --- a/none/tests/s390x/bfp-emit.pl +++ b/none/tests/s390x/bfp-emit.pl @@ -13,7 +13,7 @@ # operators and condition code computation. This is done elsewhere. # # Here we do the following: -# Craft a tiny program using insns X. Run valgrind on it, trace IR +# Craft a tiny program using insn X. Run valgrind on it, trace IR # generation and assembly. Check the output making sure that insn X # appears once in the "Frontend" section and once in the "Assembly" # section. |