From 2134e55c2546095a7f8253872624a56b34f31ae5 Mon Sep 17 00:00:00 2001 From: Florian Reinhart Date: Mon, 7 Dec 2015 14:24:11 +0100 Subject: [PATCH] Fix typo in comment --- stdlib/public/core/HashedCollections.swift.gyb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::