]> granicus.if.org Git - clang/commitdiff
[sancov] documentation update after r283241
authorMike Aizatsky <aizatsky@chromium.org>
Tue, 4 Oct 2016 19:19:16 +0000 (19:19 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Tue, 4 Oct 2016 19:19:16 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283242 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SanitizerCoverage.rst

index 8654b1d4e40c5c99a13510af055182cbb91fb01f..3e8102a12f6755221a199969de68eaaba241726e 100644 (file)
@@ -135,7 +135,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
-running ``tools/sancov/sancov-report-server.py`` script that will start
+running ``tools/sancov/coverage-report-server.py`` script that will start
 an HTTP server.