[llvm] r370861 - [llvm-dwarfdump] Fix spelling in the comments. NFC
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 02:44:09 PDT 2019
Author: djtodoro
Date: Wed Sep 4 02:44:09 2019
New Revision: 370861
URL: http://llvm.org/viewvc/llvm-project?rev=370861&view=rev
Log:
[llvm-dwarfdump] Fix spelling in the comments. NFC
Modified:
llvm/trunk/tools/llvm-dwarfdump/Statistics.cpp
Modified: llvm/trunk/tools/llvm-dwarfdump/Statistics.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-dwarfdump/Statistics.cpp?rev=370861&r1=370860&r2=370861&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-dwarfdump/Statistics.cpp (original)
+++ llvm/trunk/tools/llvm-dwarfdump/Statistics.cpp Wed Sep 4 02:44:09 2019
@@ -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;
};
More information about the llvm-commits
mailing list