From 83bd6ca494971c399b3fbebee4623d9bf294731d Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Fri, 4 Jan 2019 15:38:40 -0800 Subject: Fix misspelling (#21640) --- src/debug/ee/funceval.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/debug/ee/funceval.cpp b/src/debug/ee/funceval.cpp index 5fcd37315f..eef8ced59f 100644 --- a/src/debug/ee/funceval.cpp +++ b/src/debug/ee/funceval.cpp @@ -1784,7 +1784,7 @@ void GatherFuncEvalArgInfo(DebuggerEval *pDE, // bool fNeedBoxOrUnbox = ((argSigType == ELEMENT_TYPE_CLASS) && (pFEAD->argElementType == ELEMENT_TYPE_VALUETYPE)) || (((argSigType == ELEMENT_TYPE_VALUETYPE) && ((pFEAD->argElementType == ELEMENT_TYPE_CLASS) || (pFEAD->argElementType == ELEMENT_TYPE_OBJECT))) || - // This is when method signature is expecting a BYREF ValueType, yet we recieve the boxed valuetype's handle. + // This is when method signature is expecting a BYREF ValueType, yet we receive the boxed valuetype's handle. (pFEAD->argElementType == ELEMENT_TYPE_CLASS && argSigType == ELEMENT_TYPE_BYREF && byrefArgSigType == ELEMENT_TYPE_VALUETYPE)); pFEArgInfo[currArgIndex].argSigType = argSigType; -- cgit v1.2.3