Index: applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
===================================================================
--- applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java	(revision 6100)
+++ applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java	(revision 6157)
@@ -94,6 +94,6 @@
 
 	/*
-	 * Takes an interval [from,to] and adds nodes from the set (from,to) to
-	 * ns.
+	 * Takes an interval [from,to] and adds nodes from (from,to) to ns.
+	 * (from and to are indices of wnew.nodes.)
 	 */
 	public void simplifyWayRange(Way wnew, int from, int to, ArrayList<Node> ns, double thr) {
