]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390: Fix typos.
authorFlorian Krohm <flo2030@eich-krohm.de>
Sat, 21 Mar 2026 18:43:52 +0000 (18:43 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Sat, 21 Mar 2026 18:43:52 +0000 (18:43 +0000)
none/tests/s390x/bfp-convert.c
none/tests/s390x/bfp-emit.pl

index 4d8de26b6520940983ae648cc8590a0e13823602..a9bc76d865d3ef0dc5d0cd5b2a78aaa3a92a77b1 100644 (file)
@@ -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>
index 66044971377022c1089cd456bd87ee795ca64c9d..b40e10a05acaa1907558947035c1c2d2b2d737c5 100755 (executable)
@@ -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.