fix a comment

svn path=/trunk/; revision=18527
This commit is contained in:
Ulf Lamping 2006-06-21 07:26:39 +00:00
parent 1205ee2a14
commit df377ffcc5
1 changed files with 2 additions and 2 deletions

View File

@ -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);