Module: wine
Branch: master
Commit: c12845216cb254fd902ffa30668aa74b1b184ecd
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c12845216cb254fd902ffa306…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed May 18 12:10:33 2016 +0200
oleaut32: Fix a typo in an comment.
Signed-off-by: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/oleaut32/typelib.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/oleaut32/typelib.h b/dlls/oleaut32/typelib.h
index 8f274ba..31c9ab9 100644
--- a/dlls/oleaut32/typelib.h
+++ b/dlls/oleaut32/typelib.h
@@ -217,7 +217,7 @@ typedef struct {
/* after this may follow an array with default value pointers if the
* appropriate bit in the FKCCIC field has been set:
- * INT oDefautlValue[nrargs];
+ * INT oDefaultValue[nrargs];
*/
/* Parameter info one per argument*/