diff options
author | Kostya Serebryany <kcc@google.com> | 2012-04-23 10:15:18 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2012-04-23 10:15:18 +0000 |
commit | 219cd6cb5f73362a8b64fb8e89a2bee363dc6c57 (patch) | |
tree | 6ee27d8a16391e4c1a5f433dc27390a2f9284705 | |
parent | cef57e55fbadd99f56f3a8b4b14478ada31405e1 (diff) |
[asan] fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155345 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/AddressSanitizer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AddressSanitizer.html b/docs/AddressSanitizer.html index 596bff3918..eed1df6d45 100644 --- a/docs/AddressSanitizer.html +++ b/docs/AddressSanitizer.html @@ -137,7 +137,7 @@ This means that tools like <tt>ulimit</tt> may not work as usually expected. <h2 id="status">Current Status</h2> -AddressSanitizer is fully functional on supported platforms strating from LLVM 3.1. +AddressSanitizer is fully functional on supported platforms starting from LLVM 3.1. However, the test suite is not fully integrated yet and we lack the testing process (buildbots). |