Commit 1f552719 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shlwapi: Fix the spelling of a couple of comments.

parent b958cfd3
...@@ -4635,7 +4635,7 @@ static const struct objcompat_entry objcompat_table[] = { ...@@ -4635,7 +4635,7 @@ static const struct objcompat_entry objcompat_table[] = {
* in registry for CLSID under ShellCompatibility subkey. * in registry for CLSID under ShellCompatibility subkey.
* *
* PARAMS * 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 * clsid: pointer to CLSID to retrieve data for
* *
* RETURNS * RETURNS
......
...@@ -1485,7 +1485,7 @@ static void test_IConnectionPoint(void) ...@@ -1485,7 +1485,7 @@ static void test_IConnectionPoint(void)
rc = pConnectToConnectionPoint(NULL, &IID_NULL, FALSE, (IUnknown*)container, &cookie, NULL); rc = pConnectToConnectionPoint(NULL, &IID_NULL, FALSE, (IUnknown*)container, &cookie, NULL);
ok(rc == S_OK, "pConnectToConnectionPoint failed with %x\n",rc); 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); IUnknown_Release(point);
*/ */
ref = IUnknown_Release((IUnknown*)container); ref = IUnknown_Release((IUnknown*)container);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment