mfplat/tests: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-30 01:39:30 +02:00 committed by Alexandre Julliard
parent 0cab8eb30d
commit 5d95fe767b
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ static void test_system_memory_buffer(void)
ok(length == 10, "got %u\n", length);
ok(max == 1024, "got %u\n", max);
/* Attempt to lock the bufer twice */
/* Attempt to lock the buffer twice */
hr = IMFMediaBuffer_Lock(buffer, &data2, &max, &length);
ok(hr == S_OK, "got 0x%08x\n", hr);
ok(data == data2, "got 0x%08x\n", hr);