diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst --- a/clang/docs/AddressSanitizer.rst +++ b/clang/docs/AddressSanitizer.rst @@ -286,7 +286,7 @@ 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 ===========