aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-05 11:04:15 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-05 11:04:15 +0000
commitf2e1c78ba1308e436469e26b47fced9c8d5b5f56 (patch)
tree59440356ac218b49ea02657a330964ab0585208e /packet-stat.c
parentde0d26aea74f893a01a33318bcf48e9b91826de5 (diff)
From Adam Sulmicki: fixes to typos in comments.
svn path=/trunk/; revision=4877
Diffstat (limited to 'packet-stat.c')
-rw-r--r--packet-stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-stat.c b/packet-stat.c
index c14f623be0..a55174641e 100644
--- a/packet-stat.c
+++ b/packet-stat.c
@@ -1,7 +1,7 @@
/* packet-stat.c
* Routines for stat dissection
*
- * $Id: packet-stat.c,v 1.13 2002/02/02 03:02:06 guy Exp $
+ * $Id: packet-stat.c,v 1.14 2002/03/05 11:04:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -72,7 +72,7 @@ static const value_string stat_res[] =
};
/* Calculate length (including padding) of my_id structure.
- * First read the lenght of the string and round it upwards to nearest
+ * First read the length of the string and round it upwards to nearest
* multiple of 4, then add 16 (4*uint32)
*/
static int
@@ -90,7 +90,7 @@ my_id_len(tvbuff_t *tvb, int offset)
}
/* Calculate length (including padding) of my_id structure.
- * First read the lenght of the string and round it upwards to nearest
+ * First read the length of the string and round it upwards to nearest
* multiple of 4, then add 4 (string len) and size of my_id struct.
*/
static int