aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 130f48bc40..36608f1979 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -570,7 +570,7 @@ extern void
ssl_data_set(StringInfo* buf, const guchar* src, guint len);
/** alloc the data with the specified len for the stringInfo buffer.
- @param src the data source
+ @param str the data source
@param len the source data len */
extern gint
ssl_data_alloc(StringInfo* str, size_t len);