| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 14601)
|
| +++ src/heap.h (working copy)
|
| @@ -719,7 +719,7 @@
|
| // size, but keeping the original prototype. The receiver must have at least
|
| // the size of the new object. The object is reinitialized and behaves as an
|
| // object that has been freshly allocated.
|
| - // Returns failure if an error occured, otherwise object.
|
| + // Returns failure if an error occurred, otherwise object.
|
| MUST_USE_RESULT MaybeObject* ReinitializeJSReceiver(JSReceiver* object,
|
| InstanceType type,
|
| int size);
|
|
|