[llvm] 4bb6816 - [NFC][HWASAN] Fix top comment

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 20:05:11 PDT 2023


Author: Vitaly Buka
Date: 2023-04-25T20:04:58-07:00
New Revision: 4bb68160183e4ec4a7217190d3ebfd93c06c33ab

URL: https://github.com/llvm/llvm-project/commit/4bb68160183e4ec4a7217190d3ebfd93c06c33ab
DIFF: https://github.com/llvm/llvm-project/commit/4bb68160183e4ec4a7217190d3ebfd93c06c33ab.diff

LOG: [NFC][HWASAN] Fix top comment

Added: 
    

Modified: 
    llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
index 0f18e1452a54..64cbc5a8418d 100644
--- a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
@@ -1,4 +1,4 @@
-//===- HWAddressSanitizer.cpp - detector of uninitialized reads -------===//
+//===- HWAddressSanitizer.cpp - memory access error detector --------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list