diff --git a/epan/strutil.h b/epan/strutil.h index f44351c0a5..87dd441e8d 100644 --- a/epan/strutil.h +++ b/epan/strutil.h @@ -92,7 +92,7 @@ gchar* format_text_wsp(const guchar *line, size_t len); * (space, tab, carriage return, new line, vertical tab, or formfeed) * which will be replaced by a space, and return a pointer to it. * - * @param line A pointer to the input string + * @param string A pointer to the input string * @param len The length of the input string * @param chr The character to use to replace non-printable characters * @return A pointer to the formatted string