Author: Nico Weber
Date: 2020-01-19T09:51:25-05:00
New Revision: 46be16897706fa21ac0868746291444ca2461ce7

URL: 
https://github.com/llvm/llvm-project/commit/46be16897706fa21ac0868746291444ca2461ce7
DIFF: 
https://github.com/llvm/llvm-project/commit/46be16897706fa21ac0868746291444ca2461ce7.diff

LOG: fix doc typos to cycle bots

Added: 
    

Modified: 
    clang/docs/SanitizerCoverage.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/SanitizerCoverage.rst 
b/clang/docs/SanitizerCoverage.rst
index c7cd853dd66b..303152309e1a 100644
--- a/clang/docs/SanitizerCoverage.rst
+++ b/clang/docs/SanitizerCoverage.rst
@@ -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.
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to