commit 1102d5a85f97a6edee3e855f446fa2d823c7c4f3
Author: Ehsan Akhgari <ehsan.akhgari@gmail.com>
Date:   Mon Sep 17 16:04:58 2012 -0400

    Remove the unneeded slash in ASAN's documentation

diff --git a/docs/AddressSanitizer.html b/docs/AddressSanitizer.html
index edb2ce4..4ee1c1e 100644
--- a/docs/AddressSanitizer.html
+++ b/docs/AddressSanitizer.html
@@ -74,7 +74,7 @@ Currently, AddressSanitizer does not symbolize its output, so you may need to us
 separate script to symbolize the result offline (this will be fixed in future).
 <pre>
 % ./a.out 2> log
-% projects/compiler-rt/lib/asan/scripts/asan_symbolize.py / < log | c++filt
+% projects/compiler-rt/lib/asan/scripts/asan_symbolize.py < log | c++filt
 ==9442== ERROR: AddressSanitizer heap-use-after-free on address 0x7f7ddab8c084 at pc 0x403c8c bp 0x7fff87fb82d0 sp 0x7fff87fb82c8
 READ of size 4 at 0x7f7ddab8c084 thread T0
     #0 0x403c8c in main example_UseAfterFree.cc:4
