]> granicus.if.org Git - clang/commitdiff
[hwasan] typo in docs
authorKostya Serebryany <kcc@google.com>
Fri, 8 Dec 2017 18:14:03 +0000 (18:14 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 8 Dec 2017 18:14:03 +0000 (18:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320168 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HardwareAssistedAddressSanitizerDesign.rst

index 2abd648a5358b454771d7380eb51683c7a89699f..00777ce88280f1a2cdb0802d06701ce56fb05543 100644 (file)
@@ -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: