[clang,NFC] Fix typos in file headers
authorVitaly Buka <vitalybuka@google.com>
Thu, 25 Feb 2021 20:45:46 +0000 (12:45 -0800)
committerVitaly Buka <vitalybuka@google.com>
Thu, 25 Feb 2021 20:47:02 +0000 (12:47 -0800)
clang/lib/CodeGen/VarBypassDetector.cpp
clang/lib/CodeGen/VarBypassDetector.h

index f3a172e..e8717a6 100644 (file)
@@ -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.
index 8a2e388..b654eef 100644 (file)
@@ -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.