[BOLT][NFC] Fix file-description comments

Summary: Fix comments at the start of source files.

(cherry picked from FBD33274597)
This commit is contained in:
Maksim Panchenko
2021-12-21 10:21:41 -08:00
parent 0f32a5e5e1
commit 2f09f445b2
166 changed files with 400 additions and 310 deletions

View File

@@ -1,4 +1,4 @@
//===--- Relocation.cpp - Interface for object file relocations ----------===//
//===- bolt/Core/Relocation.cpp - Object file relocations -----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
//
// This file implements the Relocation class.
//
//===----------------------------------------------------------------------===//
#include "bolt/Core/Relocation.h"