git: 4f6eeb1cb1e3 - stable/13 - vmd_bus: Fix typo in comment

Alexander Motin mav at FreeBSD.org
Sun Sep 12 23:03:08 UTC 2021


The branch stable/13 has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f6eeb1cb1e31780e7ddfaee24d846bbb4649543

commit 4f6eeb1cb1e31780e7ddfaee24d846bbb4649543
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-07-17 21:31:57 +0000
Commit:     Alexander Motin <mav at FreeBSD.org>
CommitDate: 2021-09-12 22:44:12 +0000

    vmd_bus: Fix typo in comment
    
    Reviewed by:            imp
    Differential Revision:  https://reviews.freebsd.org/D31210
    
    (cherry picked from commit 76fffd0a865374e1e09d8f61f36bfbda918da5c7)
---
 sys/dev/vmd/vmd_bus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/vmd/vmd_bus.c b/sys/dev/vmd/vmd_bus.c
index 28ce14c63128..cf37a2dd9af2 100644
--- a/sys/dev/vmd/vmd_bus.c
+++ b/sys/dev/vmd/vmd_bus.c
@@ -77,8 +77,8 @@ vmd_bus_attach(device_t dev)
 
 	/*
 	 * Start at max PCI vmd_domain and work down.  Only VMD
-	 * starting bus is connect to VMD device directly.  Scan al
-	 * lslots and function connected to starting bus.
+	 * starting bus is connect to VMD device directly.  Scan
+	 * all slots and function connected to starting bus.
 	 */
 
 	b = sc->vmd_bus_start;


More information about the dev-commits-src-branches mailing list