[llvm] 0044173 - [llvm][docs] Fix typo in `CoverageMappingFormat.rst` (#71189)

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 08:52:51 PST 2023


Author: Animcogn
Date: 2023-12-10T17:52:47+01:00
New Revision: 00441733da76e59ed7440145b7d17750d3a75b77

URL: https://github.com/llvm/llvm-project/commit/00441733da76e59ed7440145b7d17750d3a75b77
DIFF: https://github.com/llvm/llvm-project/commit/00441733da76e59ed7440145b7d17750d3a75b77.diff

LOG: [llvm][docs] Fix typo in `CoverageMappingFormat.rst` (#71189)

A small typographical fix in `CoverageMappingFormat.rst`.

Added: 
    

Modified: 
    llvm/docs/CoverageMappingFormat.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CoverageMappingFormat.rst b/llvm/docs/CoverageMappingFormat.rst
index cbabad7a332cb..c5cd1f795aab1 100644
--- a/llvm/docs/CoverageMappingFormat.rst
+++ b/llvm/docs/CoverageMappingFormat.rst
@@ -178,7 +178,7 @@ defined inside macros, like this example demonstrates:
 Counter:
 ^^^^^^^^
 
-A coverage mapping counter can represents a reference to the profile
+A coverage mapping counter can represent a reference to the profile
 instrumentation counter. The execution count for a region with such counter
 is determined by looking up the value of the corresponding profile
 instrumentation counter.


        


More information about the llvm-commits mailing list