Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index 56b8026226b8d8f2e2ef012634d0ebbf5d7f29e2..df24ec5505ac97e07c9f714fc3d703a05bc9779e 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -179,7 +179,7 @@ class Debug { |
static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared); |
static bool HasDebugInfo(Handle<SharedFunctionInfo> shared); |
- // Returns whether the operation succedded. |
+ // Returns whether the operation succeeded. |
static bool EnsureDebugInfo(Handle<SharedFunctionInfo> shared); |
static bool IsDebugBreak(Address addr); |
@@ -283,7 +283,7 @@ class Debug { |
static void ActivateStepIn(StackFrame* frame); |
static void ClearStepIn(); |
static void ClearStepNext(); |
- // Returns whether the compile succedded. |
+ // Returns whether the compile succeeded. |
static bool EnsureCompiled(Handle<SharedFunctionInfo> shared); |
static void RemoveDebugInfo(Handle<DebugInfo> debug_info); |
static void SetAfterBreakTarget(JavaScriptFrame* frame); |