Skip to content

Commit 662c96e

Browse files
committed
spelling: processing
Signed-off-by: Josh Soref <[email protected]>
1 parent 7883263 commit 662c96e

File tree

1 file changed

+1
-1
lines changed
  • python/tools/recorded-call-graph-metrics/src/cg_trace

1 file changed

+1
-1
lines changed

python/tools/recorded-call-graph-metrics/src/cg_trace/tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class CallGraphTracer:
251251

252252
def __init__(self):
253253
# Performing `Call.from_frame` can be expensive, so we cache (call, callee)
254-
# pairs we have already seen to avoid double procressing.
254+
# pairs we have already seen to avoid double processing.
255255
self.python_calls = dict()
256256
self.external_calls = dict()
257257

0 commit comments

Comments
 (0)