Commit 739ca6de authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

ole32: Fix a couple of comments.

parent 12edc21a
......@@ -340,7 +340,7 @@ RunningObjectTableImpl_AddRef(IRunningObjectTable* iface)
}
/***********************************************************************
* RunningObjectTable_Initialize
* RunningObjectTable_Destroy
*/
static HRESULT
RunningObjectTableImpl_Destroy(void)
......@@ -414,7 +414,7 @@ RunningObjectTableImpl_Release(IRunningObjectTable* iface)
* grfFlags [in] Registration options
* punkObject [in] the object being registered
* pmkObjectName [in] the moniker of the object being registered
* pdwRegister [in] the value identifying the registration
* pdwRegister [out] the value identifying the registration
*/
static HRESULT WINAPI
RunningObjectTableImpl_Register(IRunningObjectTable* iface, DWORD grfFlags,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment