Index: src/platform-macos.cc |
=================================================================== |
--- src/platform-macos.cc (revision 10402) |
+++ src/platform-macos.cc (working copy) |
@@ -75,7 +75,7 @@ |
namespace v8 { |
namespace internal { |
-// 0 is never a valid thread id on MacOSX since a ptread_t is |
+// 0 is never a valid thread id on MacOSX since a pthread_t is |
// a pointer. |
static const pthread_t kNoThread = (pthread_t) 0; |
@@ -103,7 +103,7 @@ |
// We keep the lowest and highest addresses mapped as a quick way of |
// determining that pointers are outside the heap (used mostly in assertions |
-// and verification). The estimate is conservative, ie, not all addresses in |
+// and verification). The estimate is conservative, i.e., not all addresses in |
// 'allocated' space are actually allocated to our heap. The range is |
// [lowest, highest), inclusive on the low and and exclusive on the high end. |
static void* lowest_ever_allocated = reinterpret_cast<void*>(-1); |