Skip to content

Commit df5f0fa

Browse files
committed
[Gardening] Detypo'd.
1 parent 6783de8 commit df5f0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/Initialization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class Initialization {
185185
/// of last resort: it is generally better to split tuples or evaluate
186186
/// in-place when the initialization supports that.
187187
///
188-
/// If this is an *copy* of the rvalue into this initialization then isInit is
188+
/// If this is a *copy* of the rvalue into this initialization then isInit is
189189
/// false. If it is an *initialization* of the memory in the initialization,
190190
/// then isInit is true.
191191
virtual void copyOrInitValueInto(SILGenFunction &SGF, SILLocation loc,

0 commit comments

Comments
 (0)