Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index d974cd70026836bb2fc6d08aefd278638e878092..85a0410fae62631d7ef8d49073c10381e64f8cbe 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -2292,7 +2292,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) { |