Skip to content

Commit dbc6ec5

Browse files
[gardening] Fix recently introduced "a" vs. "an" typos
1 parent e657ece commit dbc6ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/SIL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ flow, such as a non-``Void`` function failing to ``return`` a value, or a
12171217
The guaranteed dead code elimination pass can eliminate truly unreachable
12181218
basic blocks, or ``unreachable`` instructions may be dominated by applications
12191219
of functions returning uninhabited types. An ``unreachable`` instruction that
1220-
survives guaranteed DCE and is not immediately preceded by an no-return
1220+
survives guaranteed DCE and is not immediately preceded by a no-return
12211221
application is a dataflow error.
12221222

12231223
Runtime Failure

include/swift/SILOptimizer/Analysis/ARCAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ namespace swift {
396396
/// EpilogueARCBlockState - Keep track of whether an epilogue ARC instruction
397397
/// has been found.
398398
struct EpilogueARCBlockState {
399-
/// Keep track of whether a epilogue release has been found before and after
399+
/// Keep track of whether an epilogue release has been found before and after
400400
/// this basic block.
401401
bool BBSetIn;
402402
/// The basic block local SILValue we are interested to find epilogue ARC in.

0 commit comments

Comments
 (0)