aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-14 21:44:01 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-14 21:44:01 +0000
commitd11a675ff5f4f50c6c85859c4fb84551ea21680b (patch)
treee34ff0d1c19f4be5ab2219a7ae945cbb35d48b9c
parent93975466e6734d37c78df86d0d25a6c0286e8ff2 (diff)
downloadwireshark-d11a675ff5f4f50c6c85859c4fb84551ea21680b.tar.gz
wireshark-d11a675ff5f4f50c6c85859c4fb84551ea21680b.tar.bz2
wireshark-d11a675ff5f4f50c6c85859c4fb84551ea21680b.zip
Fix a typo in a comment.
svn path=/trunk/; revision=2758
-rw-r--r--packet-ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ip.c b/packet-ip.c
index be80d6ae6f..888d1b2683 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.113 2000/12/14 08:20:29 guy Exp $
+ * $Id: packet-ip.c,v 1.114 2000/12/14 21:44:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1107,7 +1107,7 @@ dissect_icmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
icmp_code, code_str);
if (!pinfo->fragmented && length >= reported_length) {
- /* The packet isn't part of a fragmented datagarm and isn't
+ /* The packet isn't part of a fragmented datagram and isn't
truncated, so we can checksum it. */
computed_cksum = ip_checksum(tvb_get_ptr(tvb, 0, reported_length),