[PATCH v2] ntdll/tests: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Fri Dec 10 14:01:08 CST 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ntdll/tests/thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/tests/thread.c b/dlls/ntdll/tests/thread.c
index 09b9bcc8497..f381f64dbfe 100644
--- a/dlls/ntdll/tests/thread.c
+++ b/dlls/ntdll/tests/thread.c
@@ -99,7 +99,7 @@ static void test_dbg_hidden_thread_creation(void)
                                            NULL, NULL, PROCESS_PARAMS_FLAG_NORMALIZED );
     ok( status == STATUS_SUCCESS, "Got unexpected status %#x.\n", status );
 
-    /* NtCreateUserProcess() may return STATUS_INVALID_PARAMATER with some unitialized data in create_info. */
+    /* NtCreateUserProcess() may return STATUS_INVALID_PARAMETER with some uninitialized data in create_info. */
     memset( &create_info, 0, sizeof(create_info) );
     create_info.Size = sizeof(create_info);
 
-- 
2.30.2



More information about the wine-devel mailing list