ole32: Fix a couple of comments.

This commit is contained in:
Huw Davies 2009-04-24 12:15:47 +01:00 committed by Alexandre Julliard
parent 12edc21a3a
commit 739ca6deae
1 changed files with 2 additions and 2 deletions

View File

@ -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,