From e6199d6640a67051fc9f9c24d7b969e38e0fb940 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Tue, 17 May 2016 13:57:42 +0300 Subject: [PATCH] ole32: Fix a typo in comment. Signed-off-by: Andrey Gusev Signed-off-by: Huw Davies Signed-off-by: Alexandre Julliard --- dlls/ole32/marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */