Skip to content

Commit

Permalink
fix doc typos to cycle bots
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jan 19, 2020
1 parent 9a24488 commit 46be168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/docs/SanitizerCoverage.rst
Expand Up @@ -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++

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 46be168

Please sign in to comment.