Skip to content

Commit a42cb6c

Browse files
[gardening] Fix inconsistent headers
1 parent 0abf013 commit a42cb6c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

include/swift/ABI/HeapObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- HeapObject.h - ABI constants for heap objects -----------*- C++ *-===//
1+
//===--- HeapObject.h - ABI constants for heap objects ----------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/ABI/KeyPath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- KeyPath.h - ABI constants for key path objects ----------*- C++ *-===//
1+
//===--- KeyPath.h - ABI constants for key path objects ---------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/Migrator/TypeOfMigratorPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- TypeOfMigratorPass.cpp ------------------------------------------===//
1+
//===--- TypeOfMigratorPass.cpp -------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/KeyPath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- KeyPath.h - ABI constants for key path objects ----------*- C++ *-===//
1+
//===--- KeyPath.h - ABI constants for key path objects ---------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSIndexPathShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSIndexPathShims.h - Foundation declarations for IndexPath overlay -===//
1+
//===--- NSIndexPathShims.h - Found. decl. for IndexPath overl. -*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)