git: e09d161bd99b - main - devd(8): Fix a typo in a configuration file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 09:52:53 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=e09d161bd99bbbd5b5e35eb987cf53f5f3d50515
commit e09d161bd99bbbd5b5e35eb987cf53f5f3d50515
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 09:52:26 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 09:52:26 +0000
devd(8): Fix a typo in a configuration file
- s/coresponding/corresponding/
MFC after: 3 days
---
sbin/devd/hyperv.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/devd/hyperv.conf b/sbin/devd/hyperv.conf
index e90aea3e23b4..7c3e92ed099f 100644
--- a/sbin/devd/hyperv.conf
+++ b/sbin/devd/hyperv.conf
@@ -78,7 +78,7 @@ notify 11 {
# 1) ETHERNET/IFATTACH -> VF interface up (delayed by rc.conf hyperv_vf_delay
# seconds). This operation will trigger HYPERV_NIC_VF/VF_UP.
# 2) HYPERV_NIC_VF/VF_UP:
-# a) Create laggX coresponding to hnX.
+# a) Create laggX corresponding to hnX.
# b) Add hnX and VF to laggX.
# c) Whack all previous network configuration on hnX, including stopping
# dhclient.