Skip to content

Commit dcd1924

Browse files
authored
Merge pull request #23080 from apple/PatrickPijnappel-fix-typo
2 parents 5ec8f96 + 24282df commit dcd1924

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)