Skip to content

Commit d5cbc7e

Browse files
committed
[Gardening] Fixed typo in comment.
1 parent 8d28bec commit d5cbc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/Reachability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace swift {
4343
///
4444
/// // Mark the beginning of a block reachable. Only called once per block.
4545
/// // Typically a BasicBlockSet wrapper.
46-
/// boid markReachableBegin(SILBasicBlock *block);
46+
/// void markReachableBegin(SILBasicBlock *block);
4747
///
4848
/// // Mark the end of a block reachable. Only called once per block.
4949
/// // Typically a BasicBlockSet wrapper.

0 commit comments

Comments
 (0)