diff README_GRAAL.txt @ 6452:a89a18a57617

fixed wrong path in README_GRAAL.txt
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Sep 2012 21:48:07 +0200
parents 70aaaa83b93a
children 5d0bb7d52783
line wrap: on
line diff
--- a/README_GRAAL.txt	Wed Sep 26 21:47:42 2012 +0200
+++ b/README_GRAAL.txt	Wed Sep 26 21:48:07 2012 +0200
@@ -1,6 +1,6 @@
 Building Graal
 --------------
-There is a Python script in graal/mxtool/mx.py that simplifies working with the code
+There is a Python script in mxtool/mx.py that simplifies working with the code
 base. It requires Python 2.7. While you can run this script by using an absolute path,
 it's more convenient to add graal/mxtool to your PATH environment variable so that the
 'mx' helper script can be used. The following instructions in this file assume this