# HG changeset patch # User Bernhard Urban # Date 1398420089 -7200 # Node ID 619e823d69c416af67f12544ea7b26aed3d9b4b7 # Parent 40d0022115ee38d3844856834e6e80aae115da5e graal init: improve help text diff -r 40d0022115ee -r 619e823d69c4 src/share/vm/graal/graalGlobals.hpp --- a/src/share/vm/graal/graalGlobals.hpp Mon Apr 28 11:18:15 2014 +0200 +++ b/src/share/vm/graal/graalGlobals.hpp Fri Apr 25 12:01:29 2014 +0200 @@ -53,7 +53,7 @@ "Bootstrap Graal before running Java main method")) \ \ product(bool, ForceGraalInitialization, false, \ - "Force VM to initialize the Compiler although not used") \ + "Force VM to initialize the compiler even if not used") \ \ product(intx, TraceGraal, 0, \ "Trace level for Graal") \