From: Florian Krohm Date: Mon, 24 Nov 2025 22:31:44 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623a7e49b8975331430f2e91c18da8e6f52e2e19;p=thirdparty%2Fvalgrind.git Fix a typo. --- diff --git a/VEX/pub/libvex_emnote.h b/VEX/pub/libvex_emnote.h index 432decb2b..04a9e0a6e 100644 --- a/VEX/pub/libvex_emnote.h +++ b/VEX/pub/libvex_emnote.h @@ -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,