aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/FaultMaps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/FaultMaps.rst')
-rw-r--r--llvm/docs/FaultMaps.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/FaultMaps.rst b/llvm/docs/FaultMaps.rst
index a089a38..5dc5e57 100644
--- a/llvm/docs/FaultMaps.rst
+++ b/llvm/docs/FaultMaps.rst
@@ -9,7 +9,7 @@ FaultMaps and implicit checks
Motivation
==========
-Code generated by managed language runtimes tend to have checks that
+Code generated by managed language runtimes tends to have checks that
are required for safety but never fail in practice. In such cases, it
is profitable to make the non-failing case cheaper even if it makes
the failing case significantly more expensive. This asymmetry can be
@@ -28,7 +28,7 @@ the same memory location.
The Fault Map Section
=====================
-Information about implicit checks generated by LLVM are put in a
+Information about implicit checks generated by LLVM is put in a
special "fault map" section. On Darwin this section is named
``__llvm_faultmaps``.