From 6d984ebb16db47a182bf33047fbd616b32f6dd8d Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Fri, 5 Dec 2014 18:28:29 +0000 Subject: [PATCH] Fix some verbiage. git-svn-id: svn://svn.valgrind.org/vex/trunk@3029 --- VEX/priv/main_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VEX/priv/main_main.c b/VEX/priv/main_main.c index 15d567d71b..871fc1318f 100644 --- a/VEX/priv/main_main.c +++ b/VEX/priv/main_main.c @@ -1184,7 +1184,7 @@ const HChar* LibVEX_EmNote_string ( VexEmNote ew ) return "PPC64 function redirection stack underflow"; case EmWarn_S390X_fpext_rounding: return "The specified rounding mode cannot be supported. That\n" - " feature requires the floating point extension facility.\n" + " feature requires the floating point extension facility\n" " which is not available on this host. Continuing using\n" " the rounding mode from FPC. Results may differ!"; case EmWarn_S390X_invalid_rounding: @@ -1201,10 +1201,10 @@ const HChar* LibVEX_EmNote_string ( VexEmNote ew ) "point extension facility.\n" " That facility is not available on this host"; case EmFail_S390X_invalid_PFPO_rounding_mode: - return "The rounding mode specified in GPR 0 for PFPO instruction" + return "The rounding mode in GPR 0 for the PFPO instruction" " is invalid"; case EmFail_S390X_invalid_PFPO_function: - return "The function code specified in GPR 0 for PFPO instruction" + return "The function code in GPR 0 for the PFPO instruction" " is invalid"; default: vpanic("LibVEX_EmNote_string: unknown warning"); -- 2.47.2