Commit b886f619 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mscvpdb: Fix a spelling error in a comment.

parent b25b2ed3
...@@ -1379,7 +1379,7 @@ struct cv_local_varflag ...@@ -1379,7 +1379,7 @@ struct cv_local_varflag
unsigned short is_param : 1; unsigned short is_param : 1;
unsigned short address_taken : 1; unsigned short address_taken : 1;
unsigned short from_compiler : 1; /* generated by compiler */ 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 from_aggregate : 1; /* marks a temporary from an aggregate */
unsigned short is_aliased : 1; unsigned short is_aliased : 1;
unsigned short from_alias : 1; unsigned short from_alias : 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment