summaryrefslogtreecommitdiff
path: root/in_cksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'in_cksum.c')
-rw-r--r--in_cksum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/in_cksum.c b/in_cksum.c
index 492ba64fe5..4bf224e6a9 100644
--- a/in_cksum.c
+++ b/in_cksum.c
@@ -2,7 +2,7 @@
* 4.4-Lite-2 Internet checksum routine, modified to take a vector of
* pointers/lengths giving the pieces to be checksummed.
*
- * $Id: in_cksum.c,v 1.8 2002/08/03 20:01:13 guy Exp $
+ * $Id: in_cksum.c,v 1.9 2002/08/28 21:00:06 jmayer Exp $
*/
/*
@@ -81,7 +81,7 @@ in_cksum(const vec_t *vec, int veclen)
* of a word spanning between this chunk and the
* last chunk.
*
- * s_util.c[0] is already saved when scanning previous
+ * s_util.c[0] is already saved when scanning previous
* chunk.
*/
s_util.c[1] = *(const guint8 *)w;