ole32: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2b8bfcc79a
commit
e6199d6640
|
@ -766,7 +766,7 @@ static HRESULT proxy_manager_construct(
|
|||
|
||||
EnterCriticalSection(&apt->cs);
|
||||
/* FIXME: we are dependent on the ordering in here to make sure a proxy's
|
||||
* IRemUnknown proxy doesn't get destroyed before the regual proxy does
|
||||
* IRemUnknown proxy doesn't get destroyed before the regular proxy does
|
||||
* because we need the IRemUnknown proxy during the destruction of the
|
||||
* regular proxy. Ideally, we should maintain a separate list for the
|
||||
* IRemUnknown proxies that need late destruction */
|
||||
|
|
Loading…
Reference in New Issue