[compiler-rt] 6bfc42e - [nfc] Fix headers comment

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 18:37:06 PDT 2023


Author: Vitaly Buka
Date: 2023-04-25T17:53:55-07:00
New Revision: 6bfc42e688c6b477818c5204f1ad2f67253b138e

URL: https://github.com/llvm/llvm-project/commit/6bfc42e688c6b477818c5204f1ad2f67253b138e
DIFF: https://github.com/llvm/llvm-project/commit/6bfc42e688c6b477818c5204f1ad2f67253b138e.diff

LOG: [nfc] Fix headers comment

Added: 
    

Modified: 
    compiler-rt/include/sanitizer/hwasan_interface.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/include/sanitizer/hwasan_interface.h b/compiler-rt/include/sanitizer/hwasan_interface.h
index 14035c05c6353..ee742c7f30317 100644
--- a/compiler-rt/include/sanitizer/hwasan_interface.h
+++ b/compiler-rt/include/sanitizer/hwasan_interface.h
@@ -1,4 +1,4 @@
-//===-- sanitizer/asan_interface.h ------------------------------*- C++ -*-===//
+//===-- sanitizer/hwasan_interface.h ----------------------------*- C++ -*-===//
 //
 // 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