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[] = {
* 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
......
......@@ -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);
......
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