ole32: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Tue May 17 05:59:11 CDT 2016


-------------- next part --------------
From 33c49680619a8910d734a6714b9f77c825846cc7 Mon Sep 17 00:00:00 2001
Message-Id: <33c49680619a8910d734a6714b9f77c825846cc7.1463482679.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 17 May 2016 13:57:42 +0300
Subject: [PATCH] ole32: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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 bdde38b..e0a3c3d 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 */
-- 
2.5.5



More information about the wine-patches mailing list