summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-12-08 18:14:03 +0000
committerKostya Serebryany <kcc@google.com>2017-12-08 18:14:03 +0000
commitec621d11666df78d9d9721a580bc5e427ecec0fb (patch)
treeff5da91cc4348fd68e4ef432f234ab8b662185ab /docs
parent523bc693cf6915b3f0a04ff97fc09005615d07f3 (diff)
[hwasan] typo in docs
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/HardwareAssistedAddressSanitizerDesign.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HardwareAssistedAddressSanitizerDesign.rst b/docs/HardwareAssistedAddressSanitizerDesign.rst
index 2abd648a53..00777ce882 100644
--- a/docs/HardwareAssistedAddressSanitizerDesign.rst
+++ b/docs/HardwareAssistedAddressSanitizerDesign.rst
@@ -80,7 +80,7 @@ Errors are generated by `__builtin_trap` and are handled by a signal handler.
Attribute
---------
-HWASAN uses it's own LLVM IR Attribute `sanitize_hwaddress` and a matching
+HWASAN uses its own LLVM IR Attribute `sanitize_hwaddress` and a matching
C function attribute. An alternative would be to re-use ASAN's attribute
`sanitize_address`. The reasons to use a separate attribute are: