The branch main has been updated by nc (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=76fffd0a865374e1e09d8f61f36bfbda918da5c7
commit 76fffd0a865374e1e09d8f61f36bfbda918da5c7 Author: Neel Chauhan <[email protected]> AuthorDate: 2021-07-17 21:31:57 +0000 Commit: Neel Chauhan <[email protected]> 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; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
