Commit 3e8d4e31 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

setupapi/tests: Fix a typo in comment.

parent e1a42658
......@@ -656,7 +656,7 @@ static void test_inffilelist(void)
ok(ERROR_DIRECTORY == GetLastError(),
"expected error ERROR_DIRECTORY, got %d\n", GetLastError());
/* now check the buffer content of a vaild call
/* now check the buffer contents of a valid call
*/
*ptr = 0;
expected = 3 + strlen(inffile) + strlen(inffile2);
......
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