setupapi/tests: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e1a4265867
commit
3e8d4e3103
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue