shlwapi: Fix comment typo.
This commit is contained in:
parent
b2e7e5c353
commit
38e800f7c4
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue