From: Paul Floyd Date: Wed, 7 Feb 2024 20:18:51 +0000 (+0100) Subject: Typo in comment X-Git-Tag: VALGRIND_3_23_0~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4fabbe29ba7549715bd765935b4769ccd1ce31e;p=thirdparty%2Fvalgrind.git Typo in comment --- diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index 471be8cb23..b52825d743 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -11709,7 +11709,7 @@ s390_insn_vec_binop_emit(UChar *buf, const s390_insn *insn) case S390_VEC_FLOAT_COMPARE_EQUAL: return s390_emit_VFCE(buf, v1, v2, v3, s390_getM_from_size(size), 0, 0); case S390_VEC_FLOAT_COMPARE_LESS_OR_EQUAL: - // PJF I assume that CHE is cmpare higher or equal so the order need swapping + // PJF I assume that CHE is compare higher or equal so the order needs swapping // coverity[SWAPPED_ARGUMENTS:FALSE] return s390_emit_VFCHE(buf, v1, v3, v2, s390_getM_from_size(size), 0, 0); case S390_VEC_FLOAT_COMPARE_LESS: