Chromium Code Reviews| Index: src/isolate.cc |
| =================================================================== |
| --- src/isolate.cc (revision 10402) |
| +++ src/isolate.cc (working copy) |
| @@ -1219,7 +1219,7 @@ |
| ASSERT(has_pending_exception()); |
| PropagatePendingExceptionToExternalTryCatch(); |
| - // Allways reschedule out of memory exceptions. |
| + // Always reschedule out of memory exceptions. |
| if (!is_out_of_memory()) { |
| bool is_termination_exception = |
| pending_exception() == heap_.termination_exception(); |