Skip to content

Commit 4d42269

Browse files
committed
[Gardening] Fixed typo.
1 parent d553d04 commit 4d42269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@ class SILBuilder {
28052805
}
28062806
};
28072807

2808-
/// An wrapper on top of SILBuilder's constructor that automatically sets the
2808+
/// A wrapper on top of SILBuilder's constructor that automatically sets the
28092809
/// current SILDebugScope based on the specified insertion point. This is useful
28102810
/// for situations where a single SIL instruction is lowered into a sequence of
28112811
/// SIL instructions.

0 commit comments

Comments
 (0)