Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 sync with kame; typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/2970ab6fe007
branches:  trunk
changeset: 475815:2970ab6fe007
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Aug 26 11:11:51 1999 +0000

description:
sync with kame; typo in comment.

diffstat:

 sys/netinet6/ah_core.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31b51f23c69e -r 2970ab6fe007 sys/netinet6/ah_core.c
--- a/sys/netinet6/ah_core.c    Thu Aug 26 11:10:49 1999 +0000
+++ b/sys/netinet6/ah_core.c    Thu Aug 26 11:11:51 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ah_core.c,v 1.9 1999/08/25 17:47:47 itojun Exp $       */
+/*     $NetBSD: ah_core.c,v 1.10 1999/08/26 11:11:51 itojun Exp $      */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -1244,7 +1244,7 @@
                                                 goto bad;
                                         }
                                         /*
-                                         * ICV calc. for the immutable
+                                         * ICV calc. for the mutable
                                          * option using an all-0 buffer.
                                          */
                                         (algo->update)(&algos, zerobuf,



Home | Main Index | Thread Index | Old Index