summaryrefslogtreecommitdiffstats
path: root/docs/ControlFlowIntegrityDesign.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:41:45 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:41:45 +0000
commit3a67b12cd7b0cfce78448a21ac5e392344a84811 (patch)
treedea6586f8e8670b6347ae26c8168cf4cf3631b48 /docs/ControlFlowIntegrityDesign.rst
parent6c88744ec30a1f3723ec01dea4b6f55e5cf6d91d (diff)
fix a few typo in the doc but also in the clang messages
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ControlFlowIntegrityDesign.rst')
-rw-r--r--docs/ControlFlowIntegrityDesign.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ControlFlowIntegrityDesign.rst b/docs/ControlFlowIntegrityDesign.rst
index a9f0b28a95..552e891979 100644
--- a/docs/ControlFlowIntegrityDesign.rst
+++ b/docs/ControlFlowIntegrityDesign.rst
@@ -540,7 +540,7 @@ The bit vector lookup is probably too complex for a hardware implementation.
Jump(kFailedCheckTarget);
}
-An alternative and more compact enconding would not use `kFailedCheckTarget`,
+An alternative and more compact encoding would not use `kFailedCheckTarget`,
and will trap on check failure instead.
This will allow us to fit the instruction into **8-9 bytes**.
The cross-DSO checks will be performed by a trap handler and