Skip to content

Commit 1fc5723

Browse files
[gardening] Fix two recently introduced headers.
1 parent 93dac8f commit 1fc5723

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/swift/Runtime/MutexWin32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MutexWin32.h - ---------------------------------------------------===//
1+
//===--- MutexWin32.h - -----------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -92,4 +92,4 @@ struct ReadWriteLockPlatformHelper {
9292
};
9393
}
9494

95-
#endif
95+
#endif

stdlib/public/runtime/ErrorObjectNative.cpp

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

0 commit comments

Comments
 (0)