X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FUsb%2FUsbMassStorageDxe%2FUsbMassImpl.c;fp=MdeModulePkg%2FBus%2FUsb%2FUsbMassStorageDxe%2FUsbMassImpl.c;h=bbd19e04474827c7b8ae722131f8cc3a8b676d0b;hp=0dcbc5da2cb881640402414320d0a2a9327e9677;hb=957ca63190bc2770d0383408bf87587112e84881;hpb=5099057fb8cd62731054041535431749951cb5b6 diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c index 0dcbc5da2c..bbd19e0447 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c @@ -367,7 +367,7 @@ UsbMassInitMedia ( } /** - Initilize the USB Mass Storage transport. + Initialize the USB Mass Storage transport. This function tries to find the matching USB Mass Storage transport protocol for USB device. If found, initializes the matching transport. @@ -770,7 +770,7 @@ ON_EXIT: /** Starts the USB mass storage device with this driver. - This function consumes USB I/O Portocol, intializes USB mass storage device, + This function consumes USB I/O Protocol, initializes USB mass storage device, installs Block I/O Protocol, and submits Asynchronous Interrupt Transfer to manage the USB mass storage device.