summaryrefslogtreecommitdiff
path: root/src/vm/debugdebugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/debugdebugger.cpp')
-rw-r--r--src/vm/debugdebugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/debugdebugger.cpp b/src/vm/debugdebugger.cpp
index 04620a6596..daadc91a0a 100644
--- a/src/vm/debugdebugger.cpp
+++ b/src/vm/debugdebugger.cpp
@@ -660,7 +660,7 @@ FCIMPL4(void, DebugStackTrace::GetStackFramesInternal,
// look for the entry matching the one we're looking for
if (offsets[j] >= dwCurILOffset)
{
- // if this offset is > what we're looking for, ajdust the index
+ // if this offset is > what we're looking for, adjust the index
if (offsets[j] > dwCurILOffset && j > 0)
{
j--;