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 c343ab6 commit cc2dc79Copy full SHA for cc2dc79
lib/SILOptimizer/Analysis/ArraySemantic.cpp
@@ -718,7 +718,7 @@ bool swift::ArraySemanticsCall::replaceByAppendingValues(
718
auto FnTy = FnRef->getType();
719
720
if (Vals.size() > 1) {
721
- // Create a call to reserveCapacityForAppend() to reserve apce for multiple
+ // Create a call to reserveCapacityForAppend() to reserve space for multiple
722
// elements.
723
FunctionRefInst *ReserveFnRef = Builder.createFunctionRef(Loc, ReserveFn);
724
SILFunctionType *ReserveFnTy =
0 commit comments