Chromium Code Reviews| Index: src/debug.cc |
| =================================================================== |
| --- src/debug.cc (revision 10399) |
| +++ src/debug.cc (working copy) |
| @@ -2855,7 +2855,7 @@ |
| command.Dispose(); |
| // Return from debug event processing if either the VM is put into the |
| - // runnning state (through a continue command) or auto continue is active |
| + // running state (through a continue command) or auto continue is active |
| // and there are no more commands queued. |
| if (running && !HasCommands()) { |
| return; |