Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 3754c0b2ad72adc23da64f159823da9fcf0b1b24..46c6b0e317e5219de30fbcd4fc73dca5ebf017e2 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -734,7 +734,7 @@ class Heap : public AllStatic { |
static void TracePathToGlobal(); |
#endif |
- // Callback function pased to Heap::Iterate etc. Copies an object if |
+ // Callback function passed to Heap::Iterate etc. Copies an object if |
// necessary, the object might be promoted to an old space. The caller must |
// ensure the precondition that the object is (a) a heap object and (b) in |
// the heap's from space. |