[stdlib] Fix typo in comment

This commit is contained in:
Patrick Pijnappel
2019-03-05 12:05:00 +11:00
committed by GitHub
parent 98687b1341
commit 24282df850

View File

@@ -51,7 +51,7 @@ func _loadDestroyTLSCounter() -> Int {
// _initializeThreadLocalStorage.
//
internal struct _ThreadLocalStorage {
// TODO: might be best to absract uBreakIterator handling and caching into
// TODO: might be best to abstract uBreakIterator handling and caching into
// separate struct. That would also make it easier to maintain multiple ones
// and other TLS entries side-by-side.