On 18 Nov 2013, at 20:34, Frédéric Delanoy wrote:
--- a/dlls/ole32/itemmoniker.c +++ b/dlls/ole32/itemmoniker.c @@ -123,7 +123,7 @@ static ULONG WINAPI ItemMonikerImpl_Release(IMoniker* iface)
ref = InterlockedDecrement(&This->ref);
- /* destroy the object if there's no more reference on it */
- /* destroy the object if there are no moee references on it */
"no more" instead of "moee". I would also say "no more references to it" instead of "on it".
Jonas
On Mon, Nov 18, 2013 at 9:15 PM, Jonas Maebe jonas.maebe@elis.ugent.be wrote:
On 18 Nov 2013, at 20:34, Frédéric Delanoy wrote:
--- a/dlls/ole32/itemmoniker.c +++ b/dlls/ole32/itemmoniker.c @@ -123,7 +123,7 @@ static ULONG WINAPI ItemMonikerImpl_Release(IMoniker* iface)
ref = InterlockedDecrement(&This->ref);
- /* destroy the object if there's no more reference on it */
- /* destroy the object if there are no moee references on it */
"no more" instead of "moee". I would also say "no more references to it" instead of "on it".
Jonas
Oops thanks for spotting. Resending updated version.