fix doc typos to cycle bots

This commit is contained in:
Nico Weber 2020-01-19 09:51:25 -05:00
parent 9a24488cb6
commit 46be168977
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ on every edge:
Every edge will have its own `guard_variable` (uint32_t).
The compler will also insert calls to a module constructor:
The compiler will also insert calls to a module constructor:
.. code-block:: c++
@ -376,7 +376,7 @@ to produce a ``.symcov`` file first:
sancov -symbolize my_program.123.sancov my_program > my_program.123.symcov
The ``.symcov`` file can be browsed overlayed over the source code by
The ``.symcov`` file can be browsed overlaid over the source code by
running ``tools/sancov/coverage-report-server.py`` script that will start
an HTTP server.