Skip to content

Commit 520469a

Browse files
[gardening] Fix a vs an typo
1 parent 054ad86 commit 520469a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ArrayAllocation {
8282
SILValue Replacement;
8383
};
8484

85-
/// Specifies the set of elements with which a append-contentof call can be
85+
/// Specifies the set of elements with which an append-contentof call can be
8686
/// replaced.
8787
struct AppendContentOfReplacement {
8888
ApplyInst *AppendContentOfCall;

0 commit comments

Comments
 (0)