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 ===========