diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2021-07-17 21:31:57 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2021-07-18 01:03:39 +0000 |
| commit | 76fffd0a865374e1e09d8f61f36bfbda918da5c7 (patch) | |
| tree | c7a10e1e6aa6d7639093b03f4b88e825fcffd2f3 /sys/dev | |
| parent | dbaad75f2834f40bfe74ebe393d2101967052036 (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vmd/vmd_bus.c | 4 |
1 files 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; |
