Skip to content

Commit 278f90c

Browse files
committed
PR feedback: fix typo
1 parent e702be9 commit 278f90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-inspect/Sources/SwiftInspectLinux/SymbolCache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class SymbolCache {
4646
self.symbolLookup = symbolLookup
4747
}
4848

49-
// find the address range for the requetsed symbol
49+
// find the address range for the requested symbol
5050
public func address(of symbol: String) -> SymbolRange? {
5151
for (_, symbols) in symbolLookup { if let range = symbols[symbol] { return range } }
5252
return nil

0 commit comments

Comments
 (0)