Skip to content

Commit

Permalink
[llvm-cov][NFC] Fix typo in format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Nov 9, 2020
1 parent 55120f7 commit 2319c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/llvm-cov/CoverageExporterLcov.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 2319c49

Please sign in to comment.