Francois Gouget : ntdll: Fix wording of a comment.

Alexandre Julliard julliard at winehq.org
Mon Jun 29 14:59:22 CDT 2020


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jun 29 17:50:01 2020 +0200

ntdll: Fix wording of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/resource.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/resource.c b/dlls/ntdll/resource.c
index 9dd2f745b6..2d8c2edea0 100644
--- a/dlls/ntdll/resource.c
+++ b/dlls/ntdll/resource.c
@@ -310,7 +310,7 @@ NTSTATUS WINAPI DECLSPEC_HOTPATCH LdrFindResource_U( HMODULE hmod, const LDR_RES
 }
 
 
-/* don't penalize other platforms stuff needed on i386 for compatibility */
+/* don't penalize other platforms with stuff needed on i386 for compatibility */
 #ifdef __i386__
 NTSTATUS WINAPI DECLSPEC_HIDDEN access_resource( HMODULE hmod, const IMAGE_RESOURCE_DATA_ENTRY *entry,
                                                  void **ptr, ULONG *size )




More information about the wine-cvs mailing list