Commit 405fd592 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Fix the grammar and formatting of a process comment.

parent 7e1b131a
......@@ -3312,9 +3312,10 @@ static void test_SuspendProcessState(void)
ok(pipe_magic == pipe_write_magic, "Did not get the correct magic from the remote process\n");
/* Validate the Imports, at this point the thread in the new process should have
initialized the EXE module imports and call each dll DllMain notifying it on
the new thread in the process. */
/* Validate the imports: at this point the thread in the new process
* should have initialized the EXE module imports and called each dll's
* DllMain(), notifying it of the new thread in the process.
*/
ret = are_imports_resolved(pi.hProcess, exe_base, &nt_header);
ok(ret, "EXE IAT is not resolved\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment