Module: wine Branch: master Commit: 739ca6deae8c80d47d9f857477f03d4f938e1eb3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=739ca6deae8c80d47d9f857477...
Author: Huw Davies huw@codeweavers.com Date: Fri Apr 24 12:15:47 2009 +0100
ole32: Fix a couple of comments.
---
dlls/ole32/moniker.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ole32/moniker.c b/dlls/ole32/moniker.c index 1cd18aa..f65fe8f 100644 --- a/dlls/ole32/moniker.c +++ b/dlls/ole32/moniker.c @@ -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,