We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aae5a6 + 56ed080 commit bf22d4cCopy full SHA for bf22d4c
include/swift/SIL/SILGlobalVariable.h
@@ -244,7 +244,7 @@ SILFunction *getCalleeOfOnceCall(BuiltinInst *BI);
244
///
245
/// Given an addressor, AddrF, find the call to the global initializer if
246
/// present, otherwise return null. If an initializer is returned, then
247
-/// `CallsToOnce` is initialized to the corresponding builtin "once" call.
+/// `CallToOnce` is initialized to the corresponding builtin "once" call.
248
SILFunction *findInitializer(SILModule *Module, SILFunction *AddrF,
249
BuiltinInst *&CallToOnce);
250
0 commit comments