Commit e6199d66 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

ole32: Fix a typo in comment.

parent 2b8bfcc7
...@@ -766,7 +766,7 @@ static HRESULT proxy_manager_construct( ...@@ -766,7 +766,7 @@ static HRESULT proxy_manager_construct(
EnterCriticalSection(&apt->cs); EnterCriticalSection(&apt->cs);
/* FIXME: we are dependent on the ordering in here to make sure a proxy's /* 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 * because we need the IRemUnknown proxy during the destruction of the
* regular proxy. Ideally, we should maintain a separate list for the * regular proxy. Ideally, we should maintain a separate list for the
* IRemUnknown proxies that need late destruction */ * IRemUnknown proxies that need late destruction */
......
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