diff options
author | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2019-09-04 09:44:09 +0000 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2019-09-04 09:44:09 +0000 |
commit | a1a22f375abb0430c861a207fecb0e880385fd32 (patch) | |
tree | 4a3b5092fa24acc8e361fcd6ad76166fd602ce70 | |
parent | fe2da4e5ed5f0568b0b7ea423af9d4b33bf8294f (diff) | |
download | bcm5719-llvm-a1a22f375abb0430c861a207fecb0e880385fd32.tar.gz bcm5719-llvm-a1a22f375abb0430c861a207fecb0e880385fd32.zip |
[llvm-dwarfdump] Fix spelling in the comments. NFC
llvm-svn: 370861
-rw-r--r-- | llvm/tools/llvm-dwarfdump/Statistics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-dwarfdump/Statistics.cpp b/llvm/tools/llvm-dwarfdump/Statistics.cpp index 9b8b0682e73..1bb150b034f 100644 --- a/llvm/tools/llvm-dwarfdump/Statistics.cpp +++ b/llvm/tools/llvm-dwarfdump/Statistics.cpp @@ -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; }; |