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 _TUPLE_H
#define _TUPLE_H
#ifdef __cpluscplus
#ifdef __cplusplus
extern "C"
{
#endif
@@ -84,7 +84,7 @@ void tuple5_to_str(const struct tuple5 *tuple, char *buf, uint32_t size);
// output max len: 46 + 1 + 5 + 4 + 46 + 1 + 5 + 9 + 1 + 10 + 20 = 107
void tuple6_to_str(const struct tuple6 *tuple, char *buf, uint32_t size);
#ifdef __cpluscplus
#ifdef __cplusplus
}
#endif