The branch main has been updated by gbe:

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

commit a9d7f098b86576006f5aeb312521bfde5ac77c77
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2024-07-06 17:49:30 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2024-07-06 17:49:30 +0000

    mps(4): Correct a typo in a source code comment
    
    - s/vender/vendor/
    
    MFC after:      3 days
---
 sys/dev/mps/mps_pci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/mps/mps_pci.c b/sys/dev/mps/mps_pci.c
index ece49435b39e..7a0c577eb72a 100644
--- a/sys/dev/mps/mps_pci.c
+++ b/sys/dev/mps/mps_pci.c
@@ -122,8 +122,8 @@ struct mps_ident {
            0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2208" },
        { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2308_1,
            0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2308" },
-       // Add Customer specific vender/subdevice id before generic
-       // (0xffff) vender/subdevice id.
+       // Add Customer specific vendor/subdevice id before generic
+       // (0xffff) vendor/subdevice id.
        { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2308_2,
            0x8086, 0x3516, 0, "Intel(R) Integrated RAID Module RMS25JB080" },
        { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2308_2,

Reply via email to