From: Jane Doe Date: Wed, 31 Oct 2018 22:56:33 +0000 (-0700) Subject: unmanged -> unmanaged X-Git-Tag: submit/tizen/20181205.102314~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce8edaab364873a77242a8a410ee84030fa1c3a0;p=sdk%2Ftools%2Fnetcoredbg.git unmanged -> unmanaged --- diff --git a/src/debug/netcoredbg/frames.cpp b/src/debug/netcoredbg/frames.cpp index e745d76..2a0748b 100644 --- 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 unmanaged code if (level == 0) { std::vector nFrames;