diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-18 00:01:17 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-18 00:01:17 +0300 |
commit | 320456600681114cfa1b86ab29eda4d0524ab948 (patch) | |
tree | 6ddbf0fd90e84f8aa11fbeb052ef4e63af4b44c3 | |
parent | 292bcf4f7394292fe61d663b62ec73e55cd906c3 (diff) | |
download | covsrv-320456600681114cfa1b86ab29eda4d0524ab948.tar.gz covsrv-320456600681114cfa1b86ab29eda4d0524ab948.zip |
fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ what roughly needs to be done to set up coverage testing for a project with `gcc` and `lcov`. Open `coverage/index.html` with your web browser of choice, and you should see that all lines in `tests/pass.c` are exercised. `tests/fail.c` contains a fairly common but dangerous pattern of `realloc()`, -which practically always succeeds, but fails during out test run. +which practically always succeeds, but fails during our test run. ## Future work |