[www] r190163 - Remove space between Address and Sanitizer. That's their preferred spelling.

Chandler Carruth chandlerc at gmail.com
Fri Sep 6 09:12:26 PDT 2013


Author: chandlerc
Date: Fri Sep  6 11:12:25 2013
New Revision: 190163

URL: http://llvm.org/viewvc/llvm-project?rev=190163&view=rev
Log:
Remove space between Address and Sanitizer. That's their preferred spelling.

Modified:
    www/trunk/builds/index.html

Modified: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=190163&r1=190162&r2=190163&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Fri Sep  6 11:12:25 2013
@@ -49,14 +49,14 @@ license.</p>
   Alternatively, in a continuous integration setting, invoke MSBuild with
   <code>/p:CLTool=C:\Program Files\LLVM 3.4.svn\bin\clang-cl.exe</code></p>
 
-  <p>Currently, the package only includes <a
-    href="http://clang.llvm.org">clang</a> and the <a
-    href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">Address
-    Sanitizer</a> runtime from <a
-    href="http://compiler-rt.llvm.org">compiler-rt</a>, but eventually it should
-  grow to encompass <a href="http://lld.llvm.org">lld</a>, <a
-    href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM projects such
-  as <a href="http://libcxx.llvm.org">libc++</a>.  </p>
+  <p>Currently, the package only includes
+    <a href="http://clang.llvm.org">clang</a> and the
+    <a href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">AddressSanitizer</a>
+    runtime from <a href="http://compiler-rt.llvm.org">compiler-rt</a>, but
+    eventually it should grow to encompass
+    <a href="http://lld.llvm.org">lld</a>,
+    <a href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM projectsi
+    such as <a href="http://libcxx.llvm.org">libc++</a>.</p>
 
 </div>
 





More information about the llvm-commits mailing list