Skip to content

Commit

Permalink
Update Thread.swift
Browse files Browse the repository at this point in the history
Correct typo on Windows.
  • Loading branch information
compnerd authored Jun 7, 2022
1 parent 3ee9614 commit 39418c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Foundation/Thread.swift
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ open class Thread : NSObject {
buffer.baseAddress!.assumingMemoryBound(to: SYMBOL_INFO.self)

for address in addresses {
pSymbolInfo.pointe.SizeOfStruct =
pSymbolInfo.pointee.SizeOfStruct =
ULONG(MemoryLayout<SYMBOL_INFO>.size)
pSymbolInfo.pointee.MaxNameLen = 128

Expand Down

0 comments on commit 39418c2

Please sign in to comment.