diff --git a/dg/src/main/jastadd/DependencyGraphReachability.jrag b/dg/src/main/jastadd/DependencyGraphReachability.jrag
index d830588353c640ce7175d25a512500fda4768a61..7fa24b4da6f892446be3c0cf69b5d5d8069ccc73 100644
--- a/dg/src/main/jastadd/DependencyGraphReachability.jrag
+++ b/dg/src/main/jastadd/DependencyGraphReachability.jrag
@@ -69,7 +69,7 @@ aspect Reachability {
 //		if (visited.containsKey(n)) return;
 //		visited.put(n,-1);
 //		for (Component s:n.getFromList())
-//			s.visit(visited,locked);
+//			visit(s,visited,locked);
 //		locked.addFirst(n);		
 //  }
 //