Index: src/scopes.h |
diff --git a/src/scopes.h b/src/scopes.h |
index 6e35d05a7f5d07f3b9941b8489006fed3aa03530..b9d151cba5d69af23793c93e8e54da103fc825c1 100644 |
--- a/src/scopes.h |
+++ b/src/scopes.h |
@@ -189,7 +189,7 @@ class Scope: public ZoneObject { |
// Creates a new temporary variable in this scope. The name is only used |
// for printing and cannot be used to find the variable. In particular, |
// the only way to get hold of the temporary is by keeping the Variable* |
- // around. |
+ // around. The name should not clash with a legitimate variable names. |
Variable* NewTemporary(Handle<String> name); |
// Adds the specific declaration node to the list of declarations in |