Module: wine Branch: master Commit: b886f6198b058658f99555e46cb1b2e7bd25f39e URL: https://gitlab.winehq.org/wine/wine/-/commit/b886f6198b058658f99555e46cb1b2e...
Author: Francois Gouget fgouget@free.fr Date: Mon Aug 8 09:38:19 2022 +0200
mscvpdb: Fix a spelling error in a comment.
---
include/wine/mscvpdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/wine/mscvpdb.h b/include/wine/mscvpdb.h index 994165463f3..69dd42f0c09 100644 --- a/include/wine/mscvpdb.h +++ b/include/wine/mscvpdb.h @@ -1379,7 +1379,7 @@ struct cv_local_varflag unsigned short is_param : 1; unsigned short address_taken : 1; unsigned short from_compiler : 1; /* generated by compiler */ - unsigned short is_aggregate : 1; /* splitted in several variables by compiler */ + unsigned short is_aggregate : 1; /* split in several variables by compiler */ unsigned short from_aggregate : 1; /* marks a temporary from an aggregate */ unsigned short is_aliased : 1; unsigned short from_alias : 1;