[OLE32]
[reactos.git] / reactos / dll / win32 / ole32 / antimoniker.c
index 93a7140..86d3026 100644 (file)
@@ -112,7 +112,7 @@ AntiMonikerImpl_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 more references to it */
     if (ref == 0)
     {
         if (This->pMarshal) IUnknown_Release(This->pMarshal);