| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index dd3ec6eed1b7a942c01c8cae238a75a209902fbc..5735af711213b0df89458319e6587bf16ad772ce 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -2351,7 +2351,7 @@ void Debug::SetAfterBreakTarget(JavaScriptFrame* frame) {
|
| // Handle the jump to continue execution after break point depending on the
|
| // break location.
|
| if (at_js_return) {
|
| - // If the break point as return is still active jump to the corresponding
|
| + // If the break point at return is still active jump to the corresponding
|
| // place in the original code. If not the break point was removed during
|
| // break point processing.
|
| if (break_at_js_return_active) {
|
|
|