From b886f6198b058658f99555e46cb1b2e7bd25f39e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 8 Aug 2022 09:38:19 +0200 Subject: [PATCH] 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;