Index: dart/utils/template/temploptions.dart |
diff --git a/dart/utils/template/temploptions.dart b/dart/utils/template/temploptions.dart |
index 020d12c6953260e3d4e841d5438635b190619376..33e02560deb53c0747fed4822036adabaf3fb71c 100644 |
--- a/dart/utils/template/temploptions.dart |
+++ b/dart/utils/template/temploptions.dart |
@@ -46,7 +46,7 @@ class TemplateOptions { |
childArgs = []; |
// Start from 2 to skip arguments representing the compiler command |
- // (node/python followed by frogsh/frog.py). |
+ // (python followed by frog.py). |
loop: for (int i = 2; i < args.length; i++) { |
var arg = args[i]; |