]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h
MdeModulePkg/UsbMass: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMassStorageDxe / UsbMassBot.h
index ea03cf7e2fd42f9811f13571bebcb27dae3ad31a..3ef8f240a2c1547343ec6b37a0aa062f0441c9ec 100644 (file)
@@ -14,14 +14,14 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 extern USB_MASS_TRANSPORT mUsbBotTransport;\r
 \r
 //\r
-// Usb Bulk-Only class specfic request\r
+// Usb Bulk-Only class specific request\r
 //\r
 #define USB_BOT_RESET_REQUEST    0xFF       ///< Bulk-Only Mass Storage Reset\r
 #define USB_BOT_GETLUN_REQUEST   0xFE       ///< Get Max Lun\r
 #define USB_BOT_CBW_SIGNATURE    0x43425355 ///< dCBWSignature, tag the packet as CBW\r
 #define USB_BOT_CSW_SIGNATURE    0x53425355 ///< dCSWSignature, tag the packet as CSW\r
 #define USB_BOT_MAX_LUN          0x0F       ///< Lun number is from 0 to 15\r
-#define USB_BOT_MAX_CMDLEN       16         ///< Maxium number of command from command set\r
+#define USB_BOT_MAX_CMDLEN       16         ///< Maximum number of command from command set\r
 \r
 //\r
 // Usb BOT command block status values\r