aboutsummaryrefslogtreecommitdiff
path: root/libc/loader
diff options
context:
space:
mode:
authorPaula Toth <paulatoth@google.com>2020-04-08 10:16:30 -0700
committerPaula Toth <paulatoth@google.com>2020-04-08 10:18:37 -0700
commit66d00feb186619cc5919a18ab56334558e6bbd45 (patch)
treeb7b24d80f96812faa4eb5a14314bda98a9e0ecf4 /libc/loader
parent94121c60d622e3af682970b2af3420415e14ba63 (diff)
downloadllvm-66d00feb186619cc5919a18ab56334558e6bbd45.zip
llvm-66d00feb186619cc5919a18ab56334558e6bbd45.tar.gz
llvm-66d00feb186619cc5919a18ab56334558e6bbd45.tar.bz2
[libc][NFC] Make all top of file comments consistent.
Summary: Made all header files consistent based of this documentation: https://llvm.org/docs/CodingStandards.html#file-headers. And did the same for all source files top of file comments. Reviewers: sivachandra, abrachet Reviewed By: sivachandra, abrachet Subscribers: MaskRay, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D77533
Diffstat (limited to 'libc/loader')
-rw-r--r--libc/loader/linux/x86_64/start.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/loader/linux/x86_64/start.cpp b/libc/loader/linux/x86_64/start.cpp
index 57af0b1..dbd0b36 100644
--- a/libc/loader/linux/x86_64/start.cpp
+++ b/libc/loader/linux/x86_64/start.cpp
@@ -1,4 +1,4 @@
-//===------------------ Implementation of crt for x86_64 ------------------===//
+//===-- Implementation of crt for x86_64 ----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.