Skip to content

Commit cc2dc79

Browse files
committed
fix typo in comment
1 parent c343ab6 commit cc2dc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Analysis/ArraySemantic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ bool swift::ArraySemanticsCall::replaceByAppendingValues(
718718
auto FnTy = FnRef->getType();
719719

720720
if (Vals.size() > 1) {
721-
// Create a call to reserveCapacityForAppend() to reserve apce for multiple
721+
// Create a call to reserveCapacityForAppend() to reserve space for multiple
722722
// elements.
723723
FunctionRefInst *ReserveFnRef = Builder.createFunctionRef(Loc, ReserveFn);
724724
SILFunctionType *ReserveFnTy =

0 commit comments

Comments
 (0)