Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 07ad71bf347d30304227890e2e907bc4962713ff..310c3fdbe2455fe4726cf9f64aee34459cb34d39 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) { |