[llvm-dwarfdump] Fix spelling in the comments. NFC

llvm-svn: 370861
This commit is contained in:
Djordje Todorovic 2019-09-04 09:44:09 +00:00
parent fe2da4e5ed
commit a1a22f375a

View File

@ -43,9 +43,9 @@ struct PerFunctionStats {
unsigned NumVars = 0;
/// Number of variables with source location.
unsigned NumVarSourceLocations = 0;
/// Number of variables wtih type.
/// Number of variables with type.
unsigned NumVarTypes = 0;
/// Number of variables wtih DW_AT_location.
/// Number of variables with DW_AT_location.
unsigned NumVarLocations = 0;
};