Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Typo



details:   https://anonhg.NetBSD.org/src/rev/deac5d1e74f4
branches:  trunk
changeset: 825203:deac5d1e74f4
user:      khorben <khorben%NetBSD.org@localhost>
date:      Mon Jul 03 18:54:11 2017 +0000

description:
Typo

diffstat:

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

diffs (27 lines):

diff -r 5cd65f48e62e -r deac5d1e74f4 sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c   Mon Jul 03 16:43:01 2017 +0000
+++ b/sys/netinet/ip_output.c   Mon Jul 03 18:54:11 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_output.c,v 1.280 2017/07/03 16:43:01 roy Exp $      */
+/*     $NetBSD: ip_output.c,v 1.281 2017/07/03 18:54:11 khorben Exp $  */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.280 2017/07/03 16:43:01 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.281 2017/07/03 18:54:11 khorben Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -699,7 +699,7 @@
 
        /*
         * We can't use HW checksumming if we're about to
-        * to fragment the packet.
+        * fragment the packet.
         *
         * XXX Some hardware can do this.
         */



Home | Main Index | Thread Index | Old Index