diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-08-18 20:25:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-08-18 20:25:29 +0000 |
commit | 1bcea5df715aa918b01a1919837413ef90b82c86 (patch) | |
tree | 205009a468e5d70045675ed02a74810283a1563d | |
parent | a092f551362f80902cfac850f584b3d1951a1236 (diff) |
Fix inconsistent spelling of `inconsistent'
-rw-r--r-- | sys/arch/arm/arm/pmap.c | 4 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arm/arm/pmap.c b/sys/arch/arm/arm/pmap.c index 79eef3c2f39..daa4e23d098 100644 --- a/sys/arch/arm/arm/pmap.c +++ b/sys/arch/arm/arm/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.54 2015/08/15 22:20:20 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.55 2015/08/18 20:25:28 miod Exp $ */ /* $NetBSD: pmap.c,v 1.147 2004/01/18 13:03:50 scw Exp $ */ /* @@ -1476,7 +1476,7 @@ pmap_clearbit(struct vm_page *pg, u_int maskbits) * * Don't turn caching on again if this is a * modified emulation. This would be - * inconsitent with the settings created by + * inconsistent with the settings created by * pmap_vac_me_harder(). Otherwise, it's safe * to re-enable cacheing. * diff --git a/usr.sbin/rtadvd/rtadvd.c b/usr.sbin/rtadvd/rtadvd.c index f4075911262..b182e4ce1de 100644 --- a/usr.sbin/rtadvd/rtadvd.c +++ b/usr.sbin/rtadvd/rtadvd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtadvd.c,v 1.53 2015/01/16 06:40:20 deraadt Exp $ */ +/* $OpenBSD: rtadvd.c,v 1.54 2015/08/18 20:25:28 miod Exp $ */ /* $KAME: rtadvd.c,v 1.66 2002/05/29 14:18:36 itojun Exp $ */ /* @@ -907,7 +907,7 @@ ra_input(int len, struct nd_router_advert *ra, return; } -/* return a non-zero value if the received prefix is inconsitent with ours */ +/* return a non-zero value if the received prefix is inconsistent with ours */ static int prefix_check(struct nd_opt_prefix_info *pinfo, struct rainfo *rai, struct sockaddr_in6 *from) |