File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- // ===--- Portability.h -----------------------------------------*- C++ -*-===//
1
+ // ===--- Portability.h ------------------------------------------ *- C++ -*-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
20
20
21
21
size_t _swift_strlcpy (char *dst, const char *src, size_t maxlen);
22
22
23
- #endif
23
+ #endif
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ bool isInstructionTriviallyDead(SILInstruction *I);
77
77
bool isIntermediateRelease (SILInstruction *I,
78
78
ConsumedArgToEpilogueReleaseMatcher &ERM);
79
79
80
- // / \brief Recursively collect all the uses and transistive uses of the
80
+ // / \brief Recursively collect all the uses and transitive uses of the
81
81
// / instruction.
82
82
void collectUsesOfValue (SILValue V, llvm::DenseSet<SILInstruction *> &Insts);
83
83
Original file line number Diff line number Diff line change @@ -1799,7 +1799,7 @@ SILFunction *SILDeserializer::lookupSILFunction(SILFunction *InFunc) {
1799
1799
}
1800
1800
1801
1801
// / Check for existence of a function with a given name and required linkage.
1802
- // / This function is modelled after readSILFunction. But it does not
1802
+ // / This function is modeled after readSILFunction. But it does not
1803
1803
// / create a SILFunction object.
1804
1804
bool SILDeserializer::hasSILFunction (StringRef Name,
1805
1805
SILLinkage Linkage) {
Original file line number Diff line number Diff line change 1
- //===--- Subprocess.cpp - Subprocess Stubs --------------------------------===//
1
+ //===--- Subprocess.c - Subprocess Stubs -- --------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- Portability.cpp - -----------------------------------------------===//
1
+ // ===--- Portability.cpp - ------------------------------------------------ ===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
8
8
// See http://swift.org/LICENSE.txt for license information
9
9
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
- // ===---------------------------------------------------------------------===//
11
+ // ===---------------------------------------------------------------------- ===//
12
12
//
13
13
// Implementations of the stub APIs that make portable runtime easier to write.
14
14
//
15
- // ===---------------------------------------------------------------------===//
15
+ // ===---------------------------------------------------------------------- ===//
16
16
17
17
#include " swift/Runtime/Portability.h"
18
18
#include < cstring>
You can’t perform that action at this time.
0 commit comments