Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 01:03:59 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 76fffd0a8653 - main - vmd_bus: Fix typo in comment
Message-ID:  <202107180103.16I13xP8090489@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc (ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=76fffd0a865374e1e09d8f61f36bfbda918da5c7

commit 76fffd0a865374e1e09d8f61f36bfbda918da5c7
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-07-17 21:31:57 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-07-18 01:03:39 +0000

    vmd_bus: Fix typo in comment
    
    Reviewed by:            imp
    Differential Revision:  https://reviews.freebsd.org/D31210
---
 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107180103.16I13xP8090489>