diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index bdde38ba213..e0a3c3d4b93 100644 --- a/dlls/ole32/marshal.c +++ b/dlls/ole32/marshal.c @@ -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 */