Huw Davies : ole32: Fix a couple of comments.

Alexandre Julliard julliard at winehq.org
Fri Apr 24 10:00:10 CDT 2009


Module: wine
Branch: master
Commit: 739ca6deae8c80d47d9f857477f03d4f938e1eb3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=739ca6deae8c80d47d9f857477f03d4f938e1eb3

Author: Huw Davies <huw at 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,




More information about the wine-cvs mailing list