diff options
Diffstat (limited to 'README.md')
-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 |