Module: wine
Branch: master
Commit: e6199d6640a67051fc9f9c24d7b969e38e0fb940
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6199d6640a67051fc9f9c24d…
Author: Andrey Gusev <andrey.goosev(a)gmail.com>
Date: Tue May 17 13:57:42 2016 +0300
ole32: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
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 */