[clang] 7139497 - [asan] Slightly modified the documentation.
    Kirill Stoimenov via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Jul 15 16:36:18 PDT 2021
    
    
  
Author: Kirill Stoimenov
Date: 2021-07-15T16:36:00-07:00
New Revision: 7139497656147275156e7242a8bf08794af9130a
URL: https://github.com/llvm/llvm-project/commit/7139497656147275156e7242a8bf08794af9130a
DIFF: https://github.com/llvm/llvm-project/commit/7139497656147275156e7242a8bf08794af9130a.diff
LOG: [asan] Slightly modified the documentation.
The goal of this change is to test if I can commit changes.
Reviewed By: kcc
Differential Revision: https://reviews.llvm.org/D106101
Added: 
    
Modified: 
    clang/docs/AddressSanitizer.rst
Removed: 
    
################################################################################
diff  --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst
index 15ac6ff5ac850..7befbc3173da8 100644
--- a/clang/docs/AddressSanitizer.rst
+++ b/clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@ By default AddressSanitizer inlines the instumentation code to improve the
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===========
        
    
    
More information about the cfe-commits
mailing list