1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

mscvpdb: Fix a spelling error in a comment.

This commit is contained in:
Francois Gouget 2022-08-08 09:38:19 +02:00 committed by Alexandre Julliard
parent b25b2ed31a
commit b886f6198b

View File

@ -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;