]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a typo.
authorFlorian Krohm <flo2030@eich-krohm.de>
Mon, 24 Nov 2025 22:31:44 +0000 (22:31 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Mon, 24 Nov 2025 22:31:44 +0000 (22:31 +0000)
VEX/pub/libvex_emnote.h

index 432decb2b775e216664dfb263261f10e8be9f1b3..04a9e0a6e6f9c09b455abafc8c3749ce636b0164 100644 (file)
@@ -85,12 +85,12 @@ typedef
       EmWarn_PPC64_redir_underflow,
 
       /* Various BFP insns have an M4 field containing the
-         IEEE-inexact-exception (XxC) control bit. That bit cannot me modelled
+         IEEE-inexact-exception (XxC) control bit. That bit cannot be modelled
          in VEX and is expected to be zero. */
       EmWarn_S390X_XxC_not_zero,
 
       /* Various DFP insns have an M4 field containing the
-         IEEE-invalid-operation (XiC) control bit. That bit cannot me modelled
+         IEEE-invalid-operation (XiC) control bit. That bit cannot be modelled
          in VEX and is expected to be zero. */
       EmWarn_S390X_XiC_not_zero,