Index: src/debug/mirrors.js |
diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js |
index b91b10cb7fb6495fb7a112e4d8ea0e3b7cde3b6c..2e7920d9b4ff4d9a27f28944f7d5d128eac8d683 100644 |
--- a/src/debug/mirrors.js |
+++ b/src/debug/mirrors.js |
@@ -15,7 +15,6 @@ var JSONStringify = global.JSON.stringify; |
var MakeError; |
var MapEntries; |
var MapIteratorNext; |
-var MathMin = global.Math.min; |
var promiseStateSymbol = utils.ImportNow("promise_state_symbol"); |
var promiseResultSymbol = utils.ImportNow("promise_result_symbol"); |
var SetIteratorNext; |
@@ -122,7 +121,7 @@ function ObjectIsPromise(value) { |
/** |
* Returns the mirror for a specified value or object. |
* |
- * @param {value or Object} value the value or object to retreive the mirror for |
+ * @param {value or Object} value the value or object to retrieve the mirror for |
* @param {boolean} transient indicate whether this object is transient and |
* should not be added to the mirror cache. The default is not transient. |
* @returns {Mirror} the mirror reflects the passed value or object |