From 9a887f652c2e87019d2a0dfaa2e03a447b056270 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 25 Feb 2021 12:45:46 -0800 Subject: [PATCH] [clang,NFC] Fix typos in file headers --- clang/lib/CodeGen/VarBypassDetector.cpp | 2 +- clang/lib/CodeGen/VarBypassDetector.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/lib/CodeGen/VarBypassDetector.cpp b/clang/lib/CodeGen/VarBypassDetector.cpp index f3a172e9..e8717a6 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 8a2e388..b654eef 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. -- 2.7.4