diff options
Diffstat (limited to 'src/extra/tcp.c')
-rw-r--r-- | src/extra/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra/tcp.c b/src/extra/tcp.c index 720afd2..1bc379f 100644 --- a/src/extra/tcp.c +++ b/src/extra/tcp.c @@ -168,7 +168,7 @@ union tcp_word_hdr { #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words[3]) /** - * nfq_pkt_snprintf_tcp_hdr - print tcp header into one buffer in a humnan + * nfq_tcp_snprintf - print tcp header into one buffer in a human * readable way * \param buf: pointer to buffer that is used to print the object * \param size: size of the buffer (or remaining room in it). |