summaryrefslogtreecommitdiff
path: root/regress/sys/net
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2018-02-05 18:30:30 +0000
committeranton <anton@cvs.openbsd.org>2018-02-05 18:30:30 +0000
commitdb177f523843dcb3c0b962c0da32c1fe78a99a34 (patch)
tree57450029ded7bbe12669cc7f7f1cec63a33e37e2 /regress/sys/net
parentf8f2e8035e737d55be55ff71aad67b81da7aad2d (diff)
typos
Diffstat (limited to 'regress/sys/net')
-rw-r--r--regress/sys/net/etherip/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sys/net/etherip/Makefile b/regress/sys/net/etherip/Makefile
index b5937bf6884..9029e5c3f8a 100644
--- a/regress/sys/net/etherip/Makefile
+++ b/regress/sys/net/etherip/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2017/11/15 15:00:04 bluhm Exp $
+# $OpenBSD: Makefile,v 1.5 2018/02/05 18:30:29 anton Exp $
# Copyright (c) 2017 Alexander Bluhm <bluhm@openbsd.org>
# Copyright (c) 2015 Vincent Gross <vgross@openbsd.org>
@@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# This tests creates a routing doamin setup with bridge, vether,
+# This tests creates a routing domain setup with bridge, vether,
# etherip, pair. Then ping packets are sent through these interfaces.
# Finally the setup is destroyed.
@@ -28,8 +28,8 @@ regress:
@echo SKIPPED
.endif
-# This test uses routing doamin and interface number 11 and 12.
-# Adjust it here, if ue want to use something else.
+# This test uses routing domain and interface number 11 and 12.
+# Adjust it here, if you want to use something else.
N1 = 11
N2 = 12
NUMS = ${N1} ${N2}