projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d51e9
)
unmanged -> unmanaged
author
Jane Doe
<github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:56:33 +0000
(15:56 -0700)
committer
Jane Doe
<github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:56:33 +0000
(15:56 -0700)
src/debug/netcoredbg/frames.cpp
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/frames.cpp
b/src/debug/netcoredbg/frames.cpp
index e745d76bf0db188b82961ecf26333fa23b93cba6..2a0748bee6711fa1fe527d8d8e88e0e681ffa4cf 100644
(file)
--- a/
src/debug/netcoredbg/frames.cpp
+++ b/
src/debug/netcoredbg/frames.cpp
@@
-311,7
+311,7
@@
HRESULT WalkFrames(ICorDebugThread *pThread, WalkFramesCallback cb)
IfFailRet(cb(FrameUnknown, pFrame, nullptr, nullptr));
continue;
}
- // If the first frame is either internal or native then we might be in a call to unmanged code
+ // If the first frame is either internal or native then we might be in a call to unman
a
ged code
if (level == 0)
{
std::vector<NativeFrame> nFrames;