From: Djordje Todorovic Date: Wed, 4 Sep 2019 09:44:09 +0000 (+0000) Subject: [llvm-dwarfdump] Fix spelling in the comments. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e914add2f170e9693a5bd5659cf7b47a820fbbc;p=llvm [llvm-dwarfdump] Fix spelling in the comments. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370861 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-dwarfdump/Statistics.cpp b/tools/llvm-dwarfdump/Statistics.cpp index 9b8b0682e73..1bb150b034f 100644 --- a/tools/llvm-dwarfdump/Statistics.cpp +++ b/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; };