Skip to content

Commit bd0355c

Browse files
authored
Merge pull request #4602 from apple/compnerd/typo
Update Thread.swift
2 parents 3ee9614 + 39418c2 commit bd0355c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/Thread.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ open class Thread : NSObject {
399399
buffer.baseAddress!.assumingMemoryBound(to: SYMBOL_INFO.self)
400400

401401
for address in addresses {
402-
pSymbolInfo.pointe.SizeOfStruct =
402+
pSymbolInfo.pointee.SizeOfStruct =
403403
ULONG(MemoryLayout<SYMBOL_INFO>.size)
404404
pSymbolInfo.pointee.MaxNameLen = 128
405405

0 commit comments

Comments
 (0)