diff options
Diffstat (limited to 'src/include/ndpi_main.h')
-rw-r--r-- | src/include/ndpi_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index b4ef20f5f..c76a31d11 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -130,7 +130,7 @@ extern "C" { const char **file, const char **func, u_int32_t * line); #endif - /** Checks when the @p payload starts with the string literal @p str. + /** Checks when the @payload starts with the string literal @p str. * When the string is larger than the payload, check fails. * @return non-zero if check succeeded */ |