mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
development/lcov: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
90ac2fc675
commit
6f62782ee2
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ LCOV is a graphical front-end for GCC's coverage testing tool gcov. It
|
|||
collects gcov data for multiple source files and creates HTML pages containing
|
||||
the source code annotated with coverage information. It also adds overview
|
||||
pages for easy navigation within the file structure. LCOV supports statement,
|
||||
function and branch coverage meaurement.
|
||||
function and branch coverage measurement.
|
||||
|
|
|
@ -13,7 +13,7 @@ lcov: It collects gcov data for multiple source files and creates HTML pages
|
|||
lcov: containing the source code annotated with coverage information. It
|
||||
lcov: also adds overview pages for easy navigation within the file
|
||||
lcov: structure. LCOV supports statement, function and branch coverage
|
||||
lcov: meaurement.
|
||||
lcov: measurement.
|
||||
lcov:
|
||||
lcov: Homepage: http://ltp.sourceforge.net/coverage/lcov.php
|
||||
lcov:
|
||||
|
|
Loading…
Reference in a new issue