From 0c86984524fe6ca6eec2d6893a953e54c9c6422f Mon Sep 17 00:00:00 2001 From: Philip Pfaffe Date: Wed, 16 Jan 2019 22:08:42 +0000 Subject: [PATCH] [TSan] Fix comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351386 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Instrumentation/ThreadSanitizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- 2.50.1