[PATCH] msvcp120/tests: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Wed Feb 7 02:31:04 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/msvcp120/tests/msvcp120.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c
index 5ae858d4853..dfd2d06cc73 100644
--- a/dlls/msvcp120/tests/msvcp120.c
+++ b/dlls/msvcp120/tests/msvcp120.c
@@ -2496,7 +2496,7 @@ static void test_queue_base_v4(void)
     ok(b, "pop returned false\n");
     ok(c == (char)('a'+i), "got '%c', expected '%c'\n", c, 'a'+i);
 
-    /* destructor does't clear the memory, _Internal_finish_clear needs to be called */
+    /* destructor doesn't clear the memory, _Internal_finish_clear needs to be called */
     SET_EXPECT(queue_char__Deallocate_page);
     call_func1(p_queue_base_v4__Internal_finish_clear, &queue);
     CHECK_CALLED(queue_char__Deallocate_page);
-- 
2.15.1



More information about the wine-devel mailing list