diff options
Diffstat (limited to 'docs/CoverageMappingFormat.rst')
-rw-r--r-- | docs/CoverageMappingFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CoverageMappingFormat.rst b/docs/CoverageMappingFormat.rst index f4dcfda5bdacd..46cc9d10f3195 100644 --- a/docs/CoverageMappingFormat.rst +++ b/docs/CoverageMappingFormat.rst @@ -21,7 +21,7 @@ to know how it works under the hood. A prior knowledge of how Clang's profile guided optimization works is useful, but not required. We start by showing how to use LLVM and Clang for code coverage analysis, -then we briefly desribe LLVM's code coverage mapping format and the +then we briefly describe LLVM's code coverage mapping format and the way that Clang and LLVM's code coverage tool work with this format. After the basics are down, more advanced features of the coverage mapping format are discussed - such as the data structures, LLVM IR representation and |