summaryrefslogtreecommitdiff
path: root/src/debug/di/rstype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/di/rstype.cpp')
-rw-r--r--src/debug/di/rstype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/di/rstype.cpp b/src/debug/di/rstype.cpp
index e537613412..d0a245186a 100644
--- a/src/debug/di/rstype.cpp
+++ b/src/debug/di/rstype.cpp
@@ -338,7 +338,7 @@ HRESULT CordbType::MkType(CordbAppDomain * pAppDomain,
{
// this one is included because we need a "seed" type to uniquely hash FNPTR types,
// i.e. the nullary FNPTR type is used as the type constructor for all function pointer types,
- // when combined with an approproiate instantiation.
+ // when combined with an appropriate instantiation.
case ELEMENT_TYPE_FNPTR:
// fall through ...
@@ -636,7 +636,7 @@ LReallyObject:
// Make a CordbType for a function pointer type (ELEMENT_TYPE_FNPTR).
//
// Arguments:
-// pAppDomain - the Appdomian the type lives in.
+// pAppDomain - the Appdomain the type lives in.
// elementType - must be ELEMENT_TYPE_FNPTR.
// pInst - instantiation information.
// ppResultType - OUT: out-parameter to hold resulting CordbType