X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmbeddedPkg%2FApplication%2FAndroidFastboot%2FAndroidBootImg.c;fp=EmbeddedPkg%2FApplication%2FAndroidFastboot%2FAndroidBootImg.c;h=54b7bee1623b12fc7c02f58d83c01282fbbd4d44;hb=c6a72cd79465594876626e738466441d8b3d61ca;hp=896ad29afcaeb3fdd19b3145236b545809e30d49;hpb=16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3;p=mirror_edk2.git diff --git a/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c b/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c index 896ad29afc..54b7bee162 100644 --- a/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c +++ b/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c @@ -9,7 +9,7 @@ #include "AndroidFastbootApp.h" // Find the kernel and ramdisk in an Android boot.img. -// return EFI_INVALID_PARAMTER if the boot.img is invalid (i.e. doesn't have the +// return EFI_INVALID_PARAMETER if the boot.img is invalid (i.e. doesn't have the // right magic value), // return EFI_NOT_FOUND if there was no kernel in the boot.img. // Note that the Ramdisk is optional - *Ramdisk won't be touched if it isn't