Fix a typo in a log message: s/Reveived/Received/.

Approved by:	re (rwatson)
This commit is contained in:
Bruce A. Mah 2007-07-29 20:13:22 +00:00
parent 1dfb823e11
commit e251d2f4f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171652

View File

@ -1057,7 +1057,7 @@ syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
#endif
/* Retransmit SYN|ACK and reset retransmit count. */
if ((s = tcp_log_addrs(&sc->sc_inc, th, NULL, NULL))) {
log(LOG_DEBUG, "%s; %s: Reveived duplicate SYN, "
log(LOG_DEBUG, "%s; %s: Received duplicate SYN, "
"resetting timer and retransmitting SYN|ACK\n",
s, __func__);
free(s, M_TCPLOG);