summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-11-14 14:53:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-11-14 14:53:15 +0000
commit92adc5b2121baca97c22c206a67e98beb30281bf (patch)
tree8b80466c704b3441a9d6a3036ccce59c92fc1448 /sys
parentad1926e88a71b5d83a0492c155afa362412051ae (diff)
mutli -> multi
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/stand/efi/include/efinet.h2
-rw-r--r--sys/net/pipex_local.h4
-rw-r--r--sys/uvm/uvm_map.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amd64/stand/efi/include/efinet.h b/sys/arch/amd64/stand/efi/include/efinet.h
index 49a80e9ff84..4dc315b69c0 100644
--- a/sys/arch/amd64/stand/efi/include/efinet.h
+++ b/sys/arch/amd64/stand/efi/include/efinet.h
@@ -77,7 +77,7 @@ typedef struct {
UINT64 RxBroadcastFrames;
//
- // Number of valid mutlicast frames received and not dropped.
+ // Number of valid multicast frames received and not dropped.
//
UINT64 RxMulticastFrames;
diff --git a/sys/net/pipex_local.h b/sys/net/pipex_local.h
index 86685532ea1..11b0b8ca215 100644
--- a/sys/net/pipex_local.h
+++ b/sys/net/pipex_local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipex_local.h,v 1.22 2015/04/23 09:45:24 dlg Exp $ */
+/* $OpenBSD: pipex_local.h,v 1.23 2015/11/14 14:53:13 miod Exp $ */
/*
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -166,7 +166,7 @@ struct pipex_session {
uint16_t ip_forward:1, /* {en|dis}ableIP forwarding */
ip6_forward:1, /* {en|dis}able IPv6 forwarding */
- is_multicast:1, /* virtual entry for mutlicast */
+ is_multicast:1, /* virtual entry for multicast */
reserved:13;
uint16_t protocol; /* tunnel protocol (PK) */
uint16_t session_id; /* session-id (PK) */
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c
index ec462419442..24d9168355e 100644
--- a/sys/uvm/uvm_map.c
+++ b/sys/uvm/uvm_map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_map.c,v 1.203 2015/11/11 15:59:33 mmcc Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.204 2015/11/14 14:53:14 miod Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@ -4272,7 +4272,7 @@ deactivate_it:
break;
case PGO_FREE:
/*
- * If there are mutliple references to
+ * If there are multiple references to
* the amap, just deactivate the page.
*/
if (amap_refs(amap) > 1)