Remove stray trailing backslash
authorMatt Beaumont-Gay <matthewbg@google.com>
Mon, 26 Nov 2012 16:27:22 +0000 (16:27 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Mon, 26 Nov 2012 16:27:22 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168592 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/ThreadSanitizer.cpp

index 55a53819622939adefd177d8102acb5c2a9f9580..d054b5e22fe2849a1d2e476ca9ee97b8f809cd26 100644 (file)
@@ -419,7 +419,7 @@ static ConstantInt *createFailOrdering(IRBuilder<> *IRB, AtomicOrdering ord) {
 // standards.  For background see C++11 standard.  A slightly older, publically
 // available draft of the standard (not entirely up-to-date, but close enough
 // for casual browsing) is available here:
-// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf\
+// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf
 // The following page contains more background information:
 // http://www.hpl.hp.com/personal/Hans_Boehm/c++mm/