shlwapi: Fix the spelling of a couple of comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-12-13 00:13:02 +01:00 committed by Alexandre Julliard
parent b958cfd39f
commit 1f552719bd
2 changed files with 2 additions and 2 deletions

View file

@ -4635,7 +4635,7 @@ static const struct objcompat_entry objcompat_table[] = {
* in registry for CLSID under ShellCompatibility subkey.
*
* PARAMS
* pUnk: pointer to object IUnknown interface, idetifies CLSID
* pUnk: pointer to object IUnknown interface, identifies CLSID
* clsid: pointer to CLSID to retrieve data for
*
* RETURNS

View file

@ -1485,7 +1485,7 @@ static void test_IConnectionPoint(void)
rc = pConnectToConnectionPoint(NULL, &IID_NULL, FALSE, (IUnknown*)container, &cookie, NULL);
ok(rc == S_OK, "pConnectToConnectionPoint failed with %x\n",rc);
/* MSDN says this should be required but it crashs on XP
/* MSDN says this should be required but it crashes on XP
IUnknown_Release(point);
*/
ref = IUnknown_Release((IUnknown*)container);