Clarify comment
authorsergey-raevskiy <ccik@inbox.ru>
Wed, 9 Sep 2015 10:48:59 +0000 (13:48 +0300)
committersergey-raevskiy <ccik@inbox.ru>
Wed, 9 Sep 2015 10:48:59 +0000 (13:48 +0300)
Commit migrated from https://github.com/dotnet/coreclr/commit/f7ae389b4272fe7f95c69ca640516068fb044844

src/coreclr/src/vm/comcallablewrapper.h

index d198166..e42a984 100644 (file)
@@ -2243,7 +2243,7 @@ private:
     //outer unknown cookie
     IUnknown*                       m_pOuter;
 
-    // pointer to an array of std. vtables
+    // array of pointers to std. vtables
     SLOT const*                     m_rgpVtable[enum_LastStdVtable];
     
     PTR_ComCallWrapper              m_pWrap;      // the first ComCallWrapper associated with this SimpleComCallWrapper