git: f9fab6aa832e - stable/13 - cam(3): Fix a common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Aug 2025 09:17:34 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=f9fab6aa832ea4972548d82b1640c87ae4867c1a
commit f9fab6aa832ea4972548d82b1640c87ae4867c1a
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:35:01 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-28 09:15:25 +0000
cam(3): Fix a common typo in source code comments
- s/tranferred/transferred/
(cherry picked from commit 90d7186379b08e5fb0f3d146a2e82a4fa8d9c9b8)
---
sys/cam/ata/ata_all.c | 4 ++--
sys/cam/scsi/scsi_da.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys/cam/ata/ata_all.c b/sys/cam/ata/ata_all.c
index 1bba00bc1a16..d7b649e54214 100644
--- a/sys/cam/ata/ata_all.c
+++ b/sys/cam/ata/ata_all.c
@@ -1152,7 +1152,7 @@ ata_zac_mgmt_out(struct ccb_ataio *ataio, uint32_t retries,
/*
* For SEND FPDMA QUEUED, the transfer length is
* encoded in the FEATURE register, and 0 means
- * that 65536 512 byte blocks are to be tranferred.
+ * that 65536 512 byte blocks are to be transferred.
* In practice, it seems unlikely that we'll see
* a transfer that large.
*/
@@ -1221,7 +1221,7 @@ ata_zac_mgmt_in(struct ccb_ataio *ataio, uint32_t retries,
/*
* For RECEIVE FPDMA QUEUED, the transfer length is
* encoded in the FEATURE register, and 0 means
- * that 65536 512 byte blocks are to be tranferred.
+ * that 65536 512 byte blocks are to be transferred.
* In practice, it is unlikely we will see a transfer that
* large.
*/
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 2161e3340ff6..8ca64e7a8665 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -6518,7 +6518,7 @@ scsi_ata_zac_mgmt_out(struct ccb_scsiio *csio, uint32_t retries,
/*
* For SEND FPDMA QUEUED, the transfer length is
* encoded in the FEATURE register, and 0 means
- * that 65536 512 byte blocks are to be tranferred.
+ * that 65536 512 byte blocks are to be transferred.
* In practice, it seems unlikely that we'll see
* a transfer that large, and it may confuse the
* the SAT layer, because generally that means that
@@ -6604,7 +6604,7 @@ scsi_ata_zac_mgmt_in(struct ccb_scsiio *csio, uint32_t retries,
/*
* For RECEIVE FPDMA QUEUED, the transfer length is
* encoded in the FEATURE register, and 0 means
- * that 65536 512 byte blocks are to be tranferred.
+ * that 65536 512 byte blocks are to be transferred.
* In practice, it seems unlikely that we'll see
* a transfer that large, and it may confuse the
* the SAT layer, because generally that means that