aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-01-21 19:20:49 +0000
committerGerald Combs <gerald@wireshark.org>2003-01-21 19:20:49 +0000
commit21bb9254964f251a4b19bec1b287a2e63e39958e (patch)
tree7a73ed42099ee439e2a2faa17cbe8ff888aea5ad /epan/proto.c
parentd8ef406b87ece5281a67359599e757e838263d60 (diff)
Fix a typo.
svn path=/trunk/; revision=6956
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 59a943ad48..3e937fbb08 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.79 2002/12/31 21:37:29 guy Exp $
+ * $Id: proto.c,v 1.80 2003/01/21 19:20:49 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2225,7 +2225,7 @@ proto_set_cant_disable(int proto_id)
}
/* for use with static arrays only, since we don't allocate our own copies
-of the header_field_info struct contained withing the hf_register_info struct */
+of the header_field_info struct contained within the hf_register_info struct */
void
proto_register_field_array(int parent, hf_register_info *hf, int num_records)
{