Skip to content

Commit 56ed080

Browse files
authored
Fix parameter name in comment
1 parent 38de344 commit 56ed080

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
@@ -243,7 +243,7 @@ SILFunction *getCalleeOfOnceCall(BuiltinInst *BI);
243243
///
244244
/// Given an addressor, AddrF, find the call to the global initializer if
245245
/// present, otherwise return null. If an initializer is returned, then
246-
/// `CallsToOnce` is initialized to the corresponding builtin "once" call.
246+
/// `CallToOnce` is initialized to the corresponding builtin "once" call.
247247
SILFunction *findInitializer(SILModule *Module, SILFunction *AddrF,
248248
BuiltinInst *&CallToOnce);
249249

0 commit comments

Comments
 (0)