From be88a6ad4f8726d4b7907829a17b6ddc083c5365 Mon Sep 17 00:00:00 2001 From: deftio Date: Sun, 11 Aug 2024 11:12:14 -0700 Subject: [PATCH] fixed typo README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a91878..4bfc2ba 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ Finally, it can be in some systems that we can't turn off the audio input sourc * [University of British Columbia lab on Companding](https://people.ece.ubc.ca/edc/4550.jan2018/lab2.pdf) ### Code Coverage + Code coverage is achieved using gcov from the gcc test suite. To see the code coverage: ```bash @@ -199,9 +200,10 @@ make clean make ./test-library.out gcov companders.c -This generates the file lib.c.gcov, which can be viewed in any text editor. Lines with #### have never been run. ``` +The line gcov companders.c generates the file companders.c.gcov, which can be viewed in any text editor. Lines marked with #### have never been run. + ## Versions