git: 52adfd8e15b5 - stable/13 - devd(8): Fix a typo in a configuration file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:19:38 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=52adfd8e15b5c36035715abd96778b835b01dd23
commit 52adfd8e15b5c36035715abd96778b835b01dd23
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 09:52:26 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:18:46 +0000
devd(8): Fix a typo in a configuration file
- s/coresponding/corresponding/
(cherry picked from commit e09d161bd99bbbd5b5e35eb987cf53f5f3d50515)
---
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.