Skip to content

Commit bf22d4c

Browse files
authored
Merge pull request #17578 from Dante-Broggi/patch-5
2 parents 9aae5a6 + 56ed080 commit bf22d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILGlobalVariable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ SILFunction *getCalleeOfOnceCall(BuiltinInst *BI);
244244
///
245245
/// Given an addressor, AddrF, find the call to the global initializer if
246246
/// present, otherwise return null. If an initializer is returned, then
247-
/// `CallsToOnce` is initialized to the corresponding builtin "once" call.
247+
/// `CallToOnce` is initialized to the corresponding builtin "once" call.
248248
SILFunction *findInitializer(SILModule *Module, SILFunction *AddrF,
249249
BuiltinInst *&CallToOnce);
250250

0 commit comments

Comments
 (0)