aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-06-21 07:26:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-06-21 07:26:39 +0000
commitdf377ffcc568f52755aefd23d0228f270eb48fa5 (patch)
tree229ea495aaa55e9a18026430b52e893c2bd0cbd8
parent1205ee2a14db0f81559a6e1e201c6dcbdb8fcea1 (diff)
fix a comment
svn path=/trunk/; revision=18527
-rw-r--r--epan/proto.h4
1 files changed, 2 insertions, 2 deletions
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);