changeset 21589:f0300d851b16

fix typo in mx_graal.py
author Christian Wirth <christian.wirth@oracle.com>
date Fri, 29 May 2015 13:01:09 +0200
parents 40d794ac4352
children 772d5126b796
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Fri May 29 12:59:36 2015 +0200
+++ b/mx/mx_graal.py	Fri May 29 13:01:09 2015 +0200
@@ -123,7 +123,7 @@
         if exists(envPath):
             with open(envPath) as fp:
                 if 'DEFAULT_VM=graal' in fp.read():
-                    mx.log('Please update the DEFAULT_VM entry in ' + envPath + ' to use "jvmti" instead of "graal" as the value')
+                    mx.log('Please update the DEFAULT_VM entry in ' + envPath + ' to use "jvmci" instead of "graal" as the value')
         vm = 'jvmci'
     if vm is None:
         if not mx.is_interactive():