[flang-commits] [flang] cf1f5fb - [flang][NFC] Fix header comments in some runtime headers
Jean Perier via flang-commits
flang-commits at lists.llvm.org
Thu Sep 30 14:04:59 PDT 2021
Author: Jean Perier
Date: 2021-09-30T23:04:23+02:00
New Revision: cf1f5fbdfcf516c6ee2617a21b004b575c9c521b
URL: https://github.com/llvm/llvm-project/commit/cf1f5fbdfcf516c6ee2617a21b004b575c9c521b
DIFF: https://github.com/llvm/llvm-project/commit/cf1f5fbdfcf516c6ee2617a21b004b575c9c521b.diff
LOG: [flang][NFC] Fix header comments in some runtime headers
Differential Revision: https://reviews.llvm.org/D110850
Added:
Modified:
flang/include/flang/Runtime/allocatable.h
flang/include/flang/Runtime/entry-names.h
Removed:
################################################################################
diff --git a/flang/include/flang/Runtime/allocatable.h b/flang/include/flang/Runtime/allocatable.h
index 4818fdd9c5ea1..cce803534d684 100644
--- a/flang/include/flang/Runtime/allocatable.h
+++ b/flang/include/flang/Runtime/allocatable.h
@@ -1,4 +1,4 @@
-//===-- include/flang/Runtime/allocatable.h ----------------
+//===-- include/flang/Runtime/allocatable.h ---------------------*- 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/flang/include/flang/Runtime/entry-names.h b/flang/include/flang/Runtime/entry-names.h
index 39a04a902c67d..c2d68f0c0dc3f 100644
--- a/flang/include/flang/Runtime/entry-names.h
+++ b/flang/include/flang/Runtime/entry-names.h
@@ -1,4 +1,4 @@
-/*===-- include/flang/Runtime/entry-names.h -------------------------*- C -*-===
+/*===-- include/flang/Runtime/entry-names.h -------------------------*- 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 flang-commits
mailing list