[gardening] Fix a vs an typo

This commit is contained in:
practicalswift
2017-04-03 10:37:25 +02:00
parent 054ad86e0f
commit 520469a61a

View File

@@ -82,7 +82,7 @@ public:
SILValue Replacement;
};
/// Specifies the set of elements with which a append-contentof call can be
/// Specifies the set of elements with which an append-contentof call can be
/// replaced.
struct AppendContentOfReplacement {
ApplyInst *AppendContentOfCall;