Trivial typo fix

s/chekc/check/g

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin
2017-11-07 08:59:29 +08:00
committed by Dirk Ziegelmeier
parent a78dbb25c5
commit a8acca5902
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ START_TEST(test_tcp_listen_passive_open)
EXPECT(txcounters.num_tx_calls == 1);
}
/* chekc syn packet with short length */
/* check syn packet with short length */
p = tcp_create_segment(&src_addr, &lpcb->local_ip, 12345,
lpcb->local_port, NULL, 0, 12345, 54321, TCP_SYN);
EXPECT(p != NULL);