Index: bleeding_edge/src/objects-inl.h |
=================================================================== |
--- bleeding_edge/src/objects-inl.h (revision 3473) |
+++ bleeding_edge/src/objects-inl.h (working copy) |
@@ -1499,7 +1499,7 @@ |
// Range check. |
ASSERT(descriptor_number < number_of_descriptors()); |
- // Make sure non of the elements in desc are in new space. |
+ // Make sure none of the elements in desc are in new space. |
ASSERT(!Heap::InNewSpace(desc->GetKey())); |
ASSERT(!Heap::InNewSpace(desc->GetValue())); |