mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typos
Swift SVN r32158
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user