diff options
author | Andrew Au <andrewau@microsoft.com> | 2018-05-17 15:20:15 -0700 |
---|---|---|
committer | Andrew Au <cshung@gmail.com> | 2018-11-06 18:34:47 -0800 |
commit | 5fd5ef364611d5b608913d26f6ea003a59239594 (patch) | |
tree | 6816539e23eb7fa389c63bba5e05c30a889c0218 /src/inc | |
parent | 4e9171f9c0f718464e3a62614377100f3abae1c8 (diff) | |
download | coreclr-5fd5ef364611d5b608913d26f6ea003a59239594.tar.gz coreclr-5fd5ef364611d5b608913d26f6ea003a59239594.tar.bz2 coreclr-5fd5ef364611d5b608913d26f6ea003a59239594.zip |
ContainerObject -> ContainingObject
Diffstat (limited to 'src/inc')
-rw-r--r-- | src/inc/cordebug.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl index dfba621ce5..e016ad2773 100644 --- a/src/inc/cordebug.idl +++ b/src/inc/cordebug.idl @@ -3268,7 +3268,7 @@ interface ICorDebugProcess8 : IUnknown ] interface ICorDebugProcess9 : IUnknown { - HRESULT GetContainerObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugObjectValue** ppContainerObject); + HRESULT GetContainingObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugObjectValue** ppContainingObject); } // Event types MODULE_LOADED and MODULE_UNLOADED implement this interface |