diff --git a/stdlib/public/core/HashedCollections.swift.gyb b/stdlib/public/core/HashedCollections.swift.gyb index 6cbd58f040309..e35122c6564d5 100644 --- a/stdlib/public/core/HashedCollections.swift.gyb +++ b/stdlib/public/core/HashedCollections.swift.gyb @@ -53,7 +53,7 @@ import SwiftShims // does not use tombstones. // // In addition to the native storage `Dictionary` can also wrap an -// `NSDictionary` in order to allow brdidging `NSDictionary` to `Dictionary` in +// `NSDictionary` in order to allow bridging `NSDictionary` to `Dictionary` in // `O(1)`. // // Currently native storage uses a data structure like this::