From 02d88d73edd7788e3b29e178b711f724f6a798f3 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 20 Nov 2016 19:30:20 +0100 Subject: [PATCH] [gardening] Fix inconsistent headers. --- stdlib/public/runtime/ImageInspection.h | 2 +- stdlib/public/runtime/ImageInspectionELF.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/public/runtime/ImageInspection.h b/stdlib/public/runtime/ImageInspection.h index 2eb6931f0c9..bc0822f69a0 100644 --- a/stdlib/public/runtime/ImageInspection.h +++ b/stdlib/public/runtime/ImageInspection.h @@ -1,4 +1,4 @@ -//===--- ImageInspection.h - Image inspection routines --------------------===// +//===--- ImageInspection.h - Image inspection routines ----------*- C++ -*-===// // // This source file is part of the Swift.org open source project // diff --git a/stdlib/public/runtime/ImageInspectionELF.cpp b/stdlib/public/runtime/ImageInspectionELF.cpp index e09be02e599..d55ba5040bb 100644 --- a/stdlib/public/runtime/ImageInspectionELF.cpp +++ b/stdlib/public/runtime/ImageInspectionELF.cpp @@ -1,4 +1,4 @@ -//===--- ImageInspectionELFDynamic.cpp - ELF image inspection -------------===// +//===--- ImageInspectionELF.cpp - ELF image inspection --------------------===// // // This source file is part of the Swift.org open source project //