From: Philip Pfaffe Date: Wed, 16 Jan 2019 22:08:42 +0000 (+0000) Subject: [TSan] Fix comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c86984524fe6ca6eec2d6893a953e54c9c6422f;p=llvm [TSan] Fix comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h b/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h index 701e2e6ec89..e72b29e1e68 100644 --- a/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +++ b/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h @@ -1,4 +1,4 @@ -//===- Transforms/Instrumentation/MemorySanitizer.h - TSan Pass -----------===// +//===- Transforms/Instrumentation/ThreadSanitizer.h - TSan Pass -----------===// // // The LLVM Compiler Infrastructure //