From 000a3958e91eb64c985cc40fd7e29def407601fa Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Mon, 26 Nov 2012 16:27:22 +0000 Subject: Remove stray trailing backslash llvm-svn: 168592 --- llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp index 55a53819622..d054b5e22fe 100644 --- a/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp +++ b/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp @@ -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/ -- cgit v1.2.3