[PATCH] shlwapi: Fix the spelling of a couple of comments. (original) (raw)
Francois Gouget fgouget at free.fr
Thu Dec 12 17:13:02 CST 2019
- Previous message (by thread): [PATCH 3/3] iphlpapi: Implement some more IpStatistics on BSD.
- Next message (by thread): [PATCH] winevulkan: Fix the spelling of a make_vulkan comment.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Signed-off-by: Francois Gouget <fgouget at free.fr>
dlls/shlwapi/ordinal.c | 2 +- dlls/shlwapi/tests/ordinal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index fbdd83a4251..c5c4fa14add 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -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 diff --git a/dlls/shlwapi/tests/ordinal.c b/dlls/shlwapi/tests/ordinal.c index 6781b09432f..135d82ead1c 100644 --- a/dlls/shlwapi/tests/ordinal.c +++ b/dlls/shlwapi/tests/ordinal.c @@ -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);
2.20.1
- Previous message (by thread): [PATCH 3/3] iphlpapi: Implement some more IpStatistics on BSD.
- Next message (by thread): [PATCH] winevulkan: Fix the spelling of a make_vulkan comment.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]