Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Fix spello in a comment
details: https://anonhg.NetBSD.org/src/rev/3c2c3900246b
branches: trunk
changeset: 319019:3c2c3900246b
user: khorben <khorben%NetBSD.org@localhost>
date: Sun May 13 22:42:51 2018 +0000
description:
Fix spello in a comment
diffstat:
sys/netinet/in.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 15d5ec87af2d -r 3c2c3900246b sys/netinet/in.c
--- a/sys/netinet/in.c Sun May 13 22:13:28 2018 +0000
+++ b/sys/netinet/in.c Sun May 13 22:42:51 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in.c,v 1.230 2018/04/24 01:32:30 knakahara Exp $ */
+/* $NetBSD: in.c,v 1.231 2018/05/13 22:42:51 khorben Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.230 2018/04/24 01:32:30 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.231 2018/05/13 22:42:51 khorben Exp $");
#include "arp.h"
@@ -1145,7 +1145,7 @@
/*
* Configure address flags.
- * We need to do this early because they maybe adjusted
+ * We need to do this early because they may be adjusted
* by if_addr_init depending on the address.
*/
if (ia->ia4_flags & IN_IFF_DUPLICATED) {
Home |
Main Index |
Thread Index |
Old Index