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

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 07:46:38 PDT 2023


https://github.com/corbanvilla created https://github.com/llvm/llvm-project/pull/71189

A small typographical fix in `CoverageMappingFormat.rst`.

>From 098f82425b54509d0626b056081c2394f58bceda Mon Sep 17 00:00:00 2001
From: Animcogn <corbanvilla at gmail.com>
Date: Fri, 3 Nov 2023 10:45:10 -0400
Subject: [PATCH] fix typo

---
 llvm/docs/CoverageMappingFormat.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/CoverageMappingFormat.rst b/llvm/docs/CoverageMappingFormat.rst
index cbabad7a332cbc4..c5cd1f795aab1b7 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