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:
Andrey Gusev 2016-06-23 14:34:59 +03:00 committed by Alexandre Julliard
parent e1a4265867
commit 3e8d4e3103
1 changed files with 1 additions and 1 deletions

View File

@ -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);