changeset 19044:c9ef5e8bda3a

Fix comment.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 28 Jan 2015 12:08:21 +0100
parents d77073bffd10
children 862997951c0a
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Jan 27 17:03:55 2015 +0100
+++ b/mx/mx_graal.py	Wed Jan 28 12:08:21 2015 +0100
@@ -1360,7 +1360,7 @@
     if not containsF:
         jmhArgs += ['-f1']
 
-    # find all projects with the JMH dependency
+    # find all projects with a direct JMH dependency
     jmhProjects = []
     for p in mx.projects():
         if 'JMH' in p.deps: