1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

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

This commit is contained in:
Keith Smiley 2020-11-09 14:47:17 -08:00
parent cd12afa84d
commit a6046da09b

View File

@ -27,7 +27,7 @@
// - for each instrumented line: // - for each instrumented line:
// - "DA:<line number>,<execution count>[,<checksum>] // - "DA:<line number>,<execution count>[,<checksum>]
// - "LH:<number of lines with non-zero execution count>" // - "LH:<number of lines with non-zero execution count>"
// - "LF:<nubmer of instrumented lines>" // - "LF:<number of instrumented lines>"
// - "end_of_record" // - "end_of_record"
// //
// If the user is exporting summary information only, then the FN, FNDA, and DA // If the user is exporting summary information only, then the FN, FNDA, and DA