Skip to content

Commit 8e3ba90

Browse files
[gardening] Fix recently introduced headers.
1 parent c22ac4d commit 8e3ba90

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- glibc.modulemap.in -----------------------------------------------===//
1+
//===--- glibc.modulemap.gyb ----------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/Filter.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Filter.swift -----------------------------------------------------===//
1+
//===--- Filter.swift.gyb -------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/LazyCollection.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- LazyCollection.swift ---------------------------------------------===//
1+
//===--- LazyCollection.swift.gyb -----------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/Map.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Map.swift - Lazily map over a Sequence ---------------------------===//
1+
//===--- Map.swift.gyb - Lazily map over a Sequence -----------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/Range.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Range.swift ------------------------------------------------------===//
1+
//===--- Range.swift.gyb --------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/RangeReplaceableCollection.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- RangeReplaceableCollection.swift ---------------------------------===//
1+
//===--- RangeReplaceableCollection.swift.gyb -----------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/core/Stride.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Stride.swift - Components for stride(...) iteration --------------===//
1+
//===--- Stride.swift.gyb - Components for stride(...) iteration ----------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/runtime/MutexPThread.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Mutex.cpp - Supports Mutex.h using PThreads ----------------------===//
1+
//===--- MutexPThread.cpp - Supports Mutex.h using PThreads ---------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

tools/swift-reflection-test/swift-reflection-test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- swift-reflection-test.cpp - Reflection testing application -------===//
1+
//===--- swift-reflection-test.c - Reflection testing application ---------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

unittests/Reflection/TypeRef.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- TypeRef.cpp - TypeRef tests --------------------------------------------===//
1+
//===--- TypeRef.cpp - TypeRef tests --------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

validation-test/stdlib/ExistentialCollection.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ExistentialCollection.swift --------------------------------------===//
1+
//===--- ExistentialCollection.swift.gyb ----------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)