Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 typo in comment



details:   https://anonhg.NetBSD.org/src/rev/4792b624e758
branches:  trunk
changeset: 535466:4792b624e758
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Aug 19 23:21:11 2002 +0000

description:
typo in comment

diffstat:

 sys/netinet6/nd6.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9dbe7f7c7bf8 -r 4792b624e758 sys/netinet6/nd6.c
--- a/sys/netinet6/nd6.c        Mon Aug 19 23:14:39 2002 +0000
+++ b/sys/netinet6/nd6.c        Mon Aug 19 23:21:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nd6.c,v 1.69 2002/08/19 23:14:39 itojun Exp $  */
+/*     $NetBSD: nd6.c,v 1.70 2002/08/19 23:21:11 itojun Exp $  */
 /*     $KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $   */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.69 2002/08/19 23:14:39 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.70 2002/08/19 23:21:11 itojun Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1950,7 +1950,7 @@
        int name;
        void *oldp;     /* syscall arg, need copyout */
        size_t *oldlenp;
-       void *newp;     /* syscall arg, need in */
+       void *newp;     /* syscall arg, need copyin */
        size_t newlen;
 {
        void *p;



Home | Main Index | Thread Index | Old Index