Skip to content

Commit

Permalink
typo, and improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg committed Feb 20, 2016
1 parent afc9725 commit 2482c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/tcpconnlat.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
// See tcp_v4_do_rcv() and tcp_v6_do_rcv(). So TCP_ESTBALISHED and TCP_LISTEN
// are fast path and processed elsewhere, and leftovers are processed by
// tcp_rcv_state_process(). We can trace this for handshack completion.
// tcp_rcv_state_process(). We can trace this for handshake completion.
// This should all be switched to static tracepoints when available.
int trace_tcp_rcv_state_process(struct pt_regs *ctx, struct sock *sk)
{
u32 pid = bpf_get_current_pid_tgid();
Expand Down

0 comments on commit 2482c1c

Please sign in to comment.