Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchuanshe committed Sep 22, 2022
1 parent 2c5ae1d commit d20770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipvs/ip_vs_proto_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static int tcp_conn_sched(struct dp_vs_proto *proto,
return EDPVS_INVPKT;
}

/* Syn-proxy step 2 logic: receive client's 3-handshacke ack packet */
/* Syn-proxy step 2 logic: receive client's 3-handshake ack packet */
/* When synproxy disabled, only SYN packets can arrive here.
* So don't judge SYNPROXY flag here! If SYNPROXY flag judged, and syn_proxy
* got disbled and keepalived reloaded, SYN packets for RS may never be sent. */
Expand Down

0 comments on commit d20770c

Please sign in to comment.