Module: wine Branch: master Commit: 38e800f7c441d29beb5b239507f7242707ecc2c7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=38e800f7c441d29beb5b239507...
Author: André Hentschel nerv@dawncrow.de Date: Mon Apr 19 20:05:37 2010 +0200
shlwapi: Fix comment typo.
---
dlls/shlwapi/tests/thread.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shlwapi/tests/thread.c b/dlls/shlwapi/tests/thread.c index ea89424..cb88036 100644 --- a/dlls/shlwapi/tests/thread.c +++ b/dlls/shlwapi/tests/thread.c @@ -132,7 +132,7 @@ static void test_SHSetThreadRef(void) "got 0x%x and %p with %d, %d (expected S_OK and %p with 2, 1)\n", hr, punk, refcount, AddRef_called, &ref);
- /* clear the onject pointer */ + /* clear the object pointer */ hr = pSHSetThreadRef(NULL); ok(hr == S_OK, "got 0x%x (expected S_OK)\n", hr);