Alexandre Julliard : wow64: Fix function comments.

Alexandre Julliard julliard at winehq.org
Fri Aug 20 16:12:55 CDT 2021


Module: wine
Branch: master
Commit: 4f4ddb57c2b964faf35b223217a22aecc313ff14
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4f4ddb57c2b964faf35b223217a22aecc313ff14

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Aug 20 17:34:36 2021 +0200

wow64: Fix function comments.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wow64/syscall.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/wow64/syscall.c b/dlls/wow64/syscall.c
index 91f2a029e4b..0df1dfc143b 100644
--- a/dlls/wow64/syscall.c
+++ b/dlls/wow64/syscall.c
@@ -535,7 +535,7 @@ static LONG CALLBACK syscall_filter( EXCEPTION_POINTERS *ptrs )
 
 
 /**********************************************************************
- *           Wow64SystemServiceEx  (NTDLL.@)
+ *           Wow64SystemServiceEx  (wow64.@)
  */
 NTSTATUS WINAPI Wow64SystemServiceEx( UINT num, UINT *args )
 {
@@ -562,7 +562,7 @@ NTSTATUS WINAPI Wow64SystemServiceEx( UINT num, UINT *args )
 
 
 /**********************************************************************
- *           Wow64AllocateTemp
+ *           Wow64AllocateTemp  (wow64.@)
  *
  * FIXME: probably not 100% compatible.
  */
@@ -579,7 +579,7 @@ void * WINAPI Wow64AllocateTemp( SIZE_T size )
 
 
 /**********************************************************************
- *           Wow64ApcRoutine  (NTDLL.@)
+ *           Wow64ApcRoutine  (wow64.@)
  */
 void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CONTEXT *context )
 {
@@ -652,7 +652,7 @@ void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CON
 
 
 /**********************************************************************
- *           Wow64LdrpInitialize  (NTDLL.@)
+ *           Wow64LdrpInitialize  (wow64.@)
  */
 void WINAPI Wow64LdrpInitialize( CONTEXT *context )
 {




More information about the wine-cvs mailing list