diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-07-06 11:26:48 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-07-06 11:26:48 +0000 |
commit | 0d2a787f98dcdd59b3bb55f6f0b1581207b2ea11 (patch) | |
tree | e2163d52186782f816ef971da2196350c6eb0c78 /regress/sys/net/loop | |
parent | d238b93082b8198d8547a0561883613c51303084 (diff) |
Fix typo in comment.
Diffstat (limited to 'regress/sys/net/loop')
-rw-r--r-- | regress/sys/net/loop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/net/loop/Makefile b/regress/sys/net/loop/Makefile index 708fcecf361..e347aeb4f7b 100644 --- a/regress/sys/net/loop/Makefile +++ b/regress/sys/net/loop/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/12/17 00:39:42 bluhm Exp $ +# $OpenBSD: Makefile,v 1.8 2021/07/06 11:26:47 bluhm Exp $ # Copyright (c) 2017-2020 Alexander Bluhm <bluhm@openbsd.org> # @@ -19,7 +19,7 @@ # Also test pinging to different rdomains via pf. Check that the # ttl is decremented while looping though loopback interfaces. -# This test uses routing doamin and interface number 11 and 12. +# 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 |