fix spelling mistake

This commit is contained in:
luwenpeng
2024-04-21 11:30:41 +08:00
parent 4d55f4ed95
commit bb7d7410c9
35 changed files with 70 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _TCP_REASSEMBLY_H
#define _TCP_REASSEMBLY_H
#ifdef __cpluscplus
#ifdef __cplusplus
extern "C"
{
#endif
@@ -36,7 +36,7 @@ void tcp_reassembly_inc_recv_next(struct tcp_reassembly *assembler, uint32_t off
void tcp_reassembly_set_recv_next(struct tcp_reassembly *assembler, uint32_t seq);
uint32_t tcp_reassembly_get_recv_next(struct tcp_reassembly *assembler);
#ifdef __cpluscplus
#ifdef __cplusplus
}
#endif