Module Name: src
Committed By: khorben
Date: Mon Jul 3 18:54:11 UTC 2017
Modified Files:
src/sys/netinet: ip_output.c
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/netinet/ip_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/ip_output.c
diff -u src/sys/netinet/ip_output.c:1.280 src/sys/netinet/ip_output.c:1.281
--- src/sys/netinet/ip_output.c:1.280 Mon Jul 3 16:43:01 2017
+++ src/sys/netinet/ip_output.c Mon Jul 3 18:54:11 2017
@@ -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 @@ sendit:
/*
* We can't use HW checksumming if we're about to
- * to fragment the packet.
+ * fragment the packet.
*
* XXX Some hardware can do this.
*/