scsi: docs: Fix a typo
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 27 Aug 2022 22:17:19 +0000 (15:17 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 1 Sep 2022 04:33:34 +0000 (00:33 -0400)
Correct a typo in SCSI documentation.

Link: https://lore.kernel.org/r/20220827221719.11006-1-rdunlap@infradead.org
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/scsi/ChangeLog.lpfc

index 2f6d595..caedc85 100644 (file)
@@ -401,7 +401,7 @@ Changes from 20041213 to 20041220
          structure.
        * Integrated patch from Christoph Hellwig <hch@lst.de> Kill
          compile warnings on 64 bit platforms: %variables for %llx format
-         specifiers must be caste to long long because %(u)int64_t can
+         specifiers must be cast to long long because %(u)int64_t can
          just be long on 64bit platforms.
        * Integrated patch from Christoph Hellwig <hch@lst.de> Removes
          dead code.