git: 200eab80e4f0 - stable/13 - mps(4): Correct a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jul 2024 17:09:28 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=200eab80e4f04582ab5896ae5f98f25249f4d9e7
commit 200eab80e4f04582ab5896ae5f98f25249f4d9e7
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-07-06 17:49:30 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-07-13 17:09:20 +0000
mps(4): Correct a typo in a source code comment
- s/vender/vendor/
(cherry picked from commit a9d7f098b86576006f5aeb312521bfde5ac77c77)
---
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 a0699660b872..ebffe825934a 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,