From d58393b268b98f042f7faef6e4ceb255a5297660 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Wed, 31 Oct 2018 15:38:20 -0700 Subject: [PATCH] referece -> reference --- src/debug/netcoredbg/typeprinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/netcoredbg/typeprinter.cpp b/src/debug/netcoredbg/typeprinter.cpp index d05c2e6..7c910b3 100644 --- a/src/debug/netcoredbg/typeprinter.cpp +++ b/src/debug/netcoredbg/typeprinter.cpp @@ -344,7 +344,7 @@ HRESULT TypePrinter::GetTypeOfValue(ICorDebugType *pType, std::string &elementTy //ELEMENT_TYPE_END = 0x0, //ELEMENT_TYPE_VAR = 0x13, // a class type variable VAR //ELEMENT_TYPE_GENERICINST = 0x15, // GENERICINST ... - //ELEMENT_TYPE_TYPEDBYREF = 0x16, // TYPEDREF (it takes no args) a typed referece to some other type + //ELEMENT_TYPE_TYPEDBYREF = 0x16, // TYPEDREF (it takes no args) a typed reference to some other type //ELEMENT_TYPE_MVAR = 0x1e, // a method type variable MVAR //ELEMENT_TYPE_CMOD_REQD = 0x1F, // required C modifier : E_T_CMOD_REQD //ELEMENT_TYPE_CMOD_OPT = 0x20, // optional C modifier : E_T_CMOD_OPT -- 2.7.4