[llvm] 2319c49 - [llvm-cov][NFC] Fix typo in format comment

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 14:48:04 PST 2020


Author: Keith Smiley
Date: 2020-11-09T14:47:39-08:00
New Revision: 2319c49339b90888bd868b5f0be7afc7fcc1c483

URL: https://github.com/llvm/llvm-project/commit/2319c49339b90888bd868b5f0be7afc7fcc1c483
DIFF: https://github.com/llvm/llvm-project/commit/2319c49339b90888bd868b5f0be7afc7fcc1c483.diff

LOG: [llvm-cov][NFC] Fix typo in format comment

Added: 
    

Modified: 
    llvm/tools/llvm-cov/CoverageExporterLcov.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-cov/CoverageExporterLcov.cpp b/llvm/tools/llvm-cov/CoverageExporterLcov.cpp
index a6b3c6607030..46c6b493ea80 100644
--- a/llvm/tools/llvm-cov/CoverageExporterLcov.cpp
+++ b/llvm/tools/llvm-cov/CoverageExporterLcov.cpp
@@ -27,7 +27,7 @@
 //   - for each instrumented line:
 //     - "DA:<line number>,<execution count>[,<checksum>]
 //   - "LH:<number of lines with non-zero execution count>"
-//   - "LF:<nubmer of instrumented lines>"
+//   - "LF:<number of instrumented lines>"
 //   - "end_of_record"
 //
 // If the user is exporting summary information only, then the FN, FNDA, and DA


        


More information about the llvm-commits mailing list