From 6b9303e94b60334892197f53c57e683a74bf191e Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Wed, 31 Oct 2018 15:32:49 -0700 Subject: [PATCH] direcly -> directly --- src/debug/netcoredbg/valuewalk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/netcoredbg/valuewalk.cpp b/src/debug/netcoredbg/valuewalk.cpp index 5e3d6ee..3ba1346 100644 --- a/src/debug/netcoredbg/valuewalk.cpp +++ b/src/debug/netcoredbg/valuewalk.cpp @@ -408,7 +408,7 @@ HRESULT Evaluator::GetLiteralValue( IfFailRet(pThread->GetAppDomain(&pAppDomain)); IfFailRet(pAppDomain->QueryInterface(IID_ICorDebugAppDomain2, (LPVOID*) &pAppDomain2)); - // We can not direcly create null value of specific array type. + // We can not directly create null value of specific array type. // Instead, we create one element array with element type set to our specific array type. // Since array elements are initialized to null, we get our null value from the first array item. -- 2.7.4