X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FProtocol%2FAndroidFastbootPlatform.h;fp=EmbeddedPkg%2FInclude%2FProtocol%2FAndroidFastbootPlatform.h;h=ec15a352643bf96480afee87bda8b894c7bed960;hp=c013ce2ea2c15c7318e9189d0118c775eb1e2b77;hb=c6a72cd79465594876626e738466441d8b3d61ca;hpb=16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 diff --git a/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h b/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h index c013ce2ea2..ec15a35264 100644 --- a/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h +++ b/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h @@ -36,7 +36,7 @@ EFI_STATUS /* To be called when Fastboot is finished and we aren't rebooting or booting an - image. Undo initialisation, free resrouces. + image. Undo initialisation, free resources. */ typedef VOID @@ -49,7 +49,7 @@ VOID PartitionName, with the image pointed to by Buffer, whose size is BufferSize. @param[in] PartitionName Null-terminated name of partition to write. - @param[in] BufferSize Size of Buffer in byets. + @param[in] BufferSize Size of Buffer in bytes. @param[in] Buffer Data to write to partition. @retval EFI_NOT_FOUND No such partition.