referece -> reference
authorJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:38:20 +0000 (15:38 -0700)
committerJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:38:20 +0000 (15:38 -0700)
src/debug/netcoredbg/typeprinter.cpp

index d05c2e6acdee5706f14bec461c8cbd9e713e7831..7c910b3b346efcca6fd6db04351a9f40e01bdd86 100644 (file)
@@ -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 <U1>
     //ELEMENT_TYPE_GENERICINST    = 0x15,     // GENERICINST <generic type> <argCnt> <arg1> ... <argn>
-    //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 <U1>
     //ELEMENT_TYPE_CMOD_REQD      = 0x1F,     // required C modifier : E_T_CMOD_REQD <mdTypeRef/mdTypeDef>
     //ELEMENT_TYPE_CMOD_OPT       = 0x20,     // optional C modifier : E_T_CMOD_OPT <mdTypeRef/mdTypeDef>