From c6a72cd79465594876626e738466441d8b3d61ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Wed, 3 Jul 2019 14:25:30 +0100 Subject: EmbeddedPkg: Fix various typos Fix various typos in EmbeddedPkg. Signed-off-by: Coeur Reviewed-by: Leif Lindholm --- EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c | 2 +- EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'EmbeddedPkg/Application') diff --git a/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c b/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c index 896ad29..54b7bee 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 diff --git a/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c b/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c index c8e8917..3e3f4b7 100644 --- a/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c +++ b/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c @@ -300,7 +300,7 @@ AcceptCmd ( } else if (IS_LOWERCASE_ASCII (Command[0])) { // Commands starting with lowercase ASCII characters are reserved for the // Fastboot protocol. If we don't recognise it, it's probably the future - // and there are new commmands in the protocol. + // and there are new commands in the protocol. // (By the way, the "oem" command mentioned above makes this reservation // redundant, but we handle it here to be spec-compliant) SEND_LITERAL ("FAILCommand not recognised. Check Fastboot version."); -- cgit v1.1