Module: wine Branch: master Commit: 1aa64a30bef507103fa3f2facf09df0a09415164 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1aa64a30bef507103fa3f2fac...
Author: Francois Gouget fgouget@free.fr Date: Mon Jun 29 17:50:01 2020 +0200
ntdll: Fix wording of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@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 )