From df377ffcc568f52755aefd23d0228f270eb48fa5 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 21 Jun 2006 07:26:39 +0000 Subject: fix a comment svn path=/trunk/; revision=18527 --- epan/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/proto.h b/epan/proto.h index 43e054b700..3e139cdbba 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -389,8 +389,8 @@ extern int proto_item_get_len(proto_item *ti); /** * Sets an expert info to the proto_item. @param ti the item to set the expert info - @param group the group of this info (e.g. FI_CHECKSUM) - @param severity of this info (e.g. FI_ERROR) + @param group the group of this info (e.g. PI_CHECKSUM) + @param severity of this info (e.g. PI_ERROR) @return TRUE if value was written */ extern gboolean proto_item_set_expert_flags(proto_item *ti, int group, int severity); -- cgit v1.2.3