Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 30271313e9b0e1b98edb7f9f10cfaad8b5bd70f1..e6ccf2eaec745bca3c07feb701ca56debcc3c25c 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1298,7 +1298,7 @@ class Heap { |
int gc_count() const { return gc_count_; } |
- bool RecentIdleNotifcationHappened(); |
+ bool RecentIdleNotificationHappened(); |
// Completely clear the Instanceof cache (to stop it keeping objects alive |
// around a GC). |