|
From: Florian K. <fk...@so...> - 2025-11-24 22:32:12
|
https://sourceware.org/cgit/valgrind/commit/?id=623a7e49b8975331430f2e91c18da8e6f52e2e19 commit 623a7e49b8975331430f2e91c18da8e6f52e2e19 Author: Florian Krohm <fl...@ei...> Date: Mon Nov 24 22:31:44 2025 +0000 Fix a typo. Diff: --- VEX/pub/libvex_emnote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VEX/pub/libvex_emnote.h b/VEX/pub/libvex_emnote.h index 432decb2b7..04a9e0a6e6 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, |