X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPlatformPkg%2FDrivers%2FNorFlashDxe%2FNorFlashDxe.c;fp=ArmPlatformPkg%2FDrivers%2FNorFlashDxe%2FNorFlashDxe.c;h=d9e196cbf18c32fe5306cc3c0674a7b5798a9191;hb=16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3;hp=468dd00ae8a6b30ed73528faecec615718b5ac03;hpb=ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420;p=mirror_edk2.git diff --git a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c index 468dd00ae8..d9e196cbf1 100644 --- a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c +++ b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c @@ -1109,7 +1109,7 @@ NorFlashWriteSingleBlock ( @retval EFI_SUCCESS The data was read correctly from the device. @retval EFI_DEVICE_ERROR The device reported an error while performing the read. @retval EFI_NO_MEDIA There is no media in the device. - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device. + @retval EFI_MEDIA_CHANGED The MediaId does not match the current device. @retval EFI_INVALID_PARAMETER The read request contains device addresses that are not valid for the device. @@ -1154,7 +1154,7 @@ NorFlashDiskIoReadDisk ( @retval EFI_WRITE_PROTECTED The device can not be written to. @retval EFI_DEVICE_ERROR The device reported an error while performing the write. @retval EFI_NO_MEDIA There is no media in the device. - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device. + @retval EFI_MEDIA_CHANGED The MediaId does not match the current device. @retval EFI_INVALID_PARAMETER The write request contains device addresses that are not valid for the device.