[PATCH] ntdll: Fix wording of a comment.

Francois Gouget fgouget at free.fr
Mon Jun 29 10:50:01 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 9dd2f745b67..2d8c2edea04 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 )
-- 
2.20.1




More information about the wine-devel mailing list