shlwapi: Fix comment typo.

This commit is contained in:
André Hentschel 2010-04-19 20:05:37 +02:00 committed by Alexandre Julliard
parent b2e7e5c353
commit 38e800f7c4
1 changed files with 1 additions and 1 deletions

View File

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