Fix typos

Swift SVN r32158
This commit is contained in:
Slava Pestov
2015-09-22 21:08:25 +00:00
parent 9fcf7f1bb9
commit a0609ae51a
2 changed files with 2 additions and 2 deletions

View File

@@ -941,7 +941,7 @@ void swift::addTrivialAccessorsToStorage(AbstractStorageDecl *storage,
// Always add a materializeForSet when we're creating trivial
// accessors for a mutable stored property. We only do this when we
// need to be able to access something polymorphicly, and we always
// need to be able to access something polymorphically, and we always
// want a materializeForSet in such situations.
if (setter) {
FuncDecl *materializeForSet = addMaterializeForSet(storage, TC);