Index: tools/js2c.py |
diff --git a/tools/js2c.py b/tools/js2c.py |
index d06cbe47a951127db4e64c04e64b56ce2fc3372b..9492b0030c0dbf56f91f78208230e3aa89db300e 100644 |
--- a/tools/js2c.py |
+++ b/tools/js2c.py |
@@ -214,9 +214,9 @@ def ReadMacros(lines): |
HEADER_TEMPLATE = """\ |
// Copyright 2011 Google Inc. All Rights Reserved. |
-// This file was generated from .js source files by SCons. If you |
+// This file was generated from .js source files by GYP. If you |
// want to make changes to this file you should either change the |
-// javascript source files or the SConstruct script. |
+// javascript source files or the GYP script. |
#include "v8.h" |
#include "natives.h" |