Fix spello in a comment

This commit is contained in:
khorben 2018-05-13 22:42:51 +00:00
parent 7ccc79ce72
commit 0e64fed944
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ in_ifinit(struct ifnet *ifp, struct in_ifaddr *ia,
/*
* 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) {