]> granicus.if.org Git - llvm/commitdiff
[llvm-dwarfdump] Fix spelling in the comments. NFC
authorDjordje Todorovic <djordje.todorovic@rt-rk.com>
Wed, 4 Sep 2019 09:44:09 +0000 (09:44 +0000)
committerDjordje Todorovic <djordje.todorovic@rt-rk.com>
Wed, 4 Sep 2019 09:44:09 +0000 (09:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370861 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-dwarfdump/Statistics.cpp

index 9b8b0682e739fceb6c412de3ce3047fc5ab66ef1..1bb150b034f37be6e55bbcfffa41b08e1004c648 100644 (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;
 };