Skip to content

Commit 24282df

Browse files
[stdlib] Fix typo in comment
1 parent 98687b1 commit 24282df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ThreadLocalStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func _loadDestroyTLSCounter() -> Int {
5151
// _initializeThreadLocalStorage.
5252
//
5353
internal struct _ThreadLocalStorage {
54-
// TODO: might be best to absract uBreakIterator handling and caching into
54+
// TODO: might be best to abstract uBreakIterator handling and caching into
5555
// separate struct. That would also make it easier to maintain multiple ones
5656
// and other TLS entries side-by-side.
5757

0 commit comments

Comments
 (0)