From: Jane Doe Date: Wed, 31 Oct 2018 22:38:20 +0000 (-0700) Subject: referece -> reference X-Git-Tag: submit/tizen/20181205.102314~6^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d58393b268b98f042f7faef6e4ceb255a5297660;p=sdk%2Ftools%2Fnetcoredbg.git referece -> reference --- 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