[clang] 9a887f6 - [clang,NFC] Fix typos in file headers

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 12:47:21 PST 2021


Author: Vitaly Buka
Date: 2021-02-25T12:47:02-08:00
New Revision: 9a887f652c2e87019d2a0dfaa2e03a447b056270

URL: https://github.com/llvm/llvm-project/commit/9a887f652c2e87019d2a0dfaa2e03a447b056270
DIFF: https://github.com/llvm/llvm-project/commit/9a887f652c2e87019d2a0dfaa2e03a447b056270.diff

LOG: [clang,NFC] Fix typos in file headers

Added: 
    

Modified: 
    clang/lib/CodeGen/VarBypassDetector.cpp
    clang/lib/CodeGen/VarBypassDetector.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/CodeGen/VarBypassDetector.cpp b/clang/lib/CodeGen/VarBypassDetector.cpp
index f3a172e91c4f..e8717a61ce5e 100644
--- a/clang/lib/CodeGen/VarBypassDetector.cpp
+++ b/clang/lib/CodeGen/VarBypassDetector.cpp
@@ -1,4 +1,4 @@
-//===--- VarBypassDetector.h - Bypass jumps detector --------------*- C++ -*-=//
+//===--- VarBypassDetector.cpp - Bypass jumps detector ------------*- C++ -*-=//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

diff  --git a/clang/lib/CodeGen/VarBypassDetector.h b/clang/lib/CodeGen/VarBypassDetector.h
index 8a2e388eae3f..b654eefd963d 100644
--- a/clang/lib/CodeGen/VarBypassDetector.h
+++ b/clang/lib/CodeGen/VarBypassDetector.h
@@ -1,4 +1,4 @@
-//===--- VarBypassDetector.cpp - Bypass jumps detector ------------*- C++ -*-=//
+//===--- VarBypassDetector.h - Bypass jumps detector --------------*- 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 cfe-commits mailing list