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.
1 parent 38de344 commit 56ed080Copy full SHA for 56ed080
include/swift/SIL/SILGlobalVariable.h
@@ -243,7 +243,7 @@ SILFunction *getCalleeOfOnceCall(BuiltinInst *BI);
243
///
244
/// Given an addressor, AddrF, find the call to the global initializer if
245
/// present, otherwise return null. If an initializer is returned, then
246
-/// `CallsToOnce` is initialized to the corresponding builtin "once" call.
+/// `CallToOnce` is initialized to the corresponding builtin "once" call.
247
SILFunction *findInitializer(SILModule *Module, SILFunction *AddrF,
248
BuiltinInst *&CallToOnce);
249
0 commit comments