]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix some verbiage.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Dec 2014 18:28:29 +0000 (18:28 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Dec 2014 18:28:29 +0000 (18:28 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@3029

VEX/priv/main_main.c

index 15d567d71b281e63772010686bef291941121457..871fc1318f636e44185585fadf1b87297e877d20 100644 (file)
@@ -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");