unmanged -> unmanaged
authorJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:56:33 +0000 (15:56 -0700)
committerJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:56:33 +0000 (15:56 -0700)
src/debug/netcoredbg/frames.cpp

index e745d76bf0db188b82961ecf26333fa23b93cba6..2a0748bee6711fa1fe527d8d8e88e0e681ffa4cf 100644 (file)
@@ -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<NativeFrame> nFrames;