We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e702be9 commit 278f90cCopy full SHA for 278f90c
tools/swift-inspect/Sources/SwiftInspectLinux/SymbolCache.swift
@@ -46,7 +46,7 @@ public class SymbolCache {
46
self.symbolLookup = symbolLookup
47
}
48
49
- // find the address range for the requetsed symbol
+ // find the address range for the requested symbol
50
public func address(of symbol: String) -> SymbolRange? {
51
for (_, symbols) in symbolLookup { if let range = symbols[symbol] { return range } }
52
return nil
0 commit comments