EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
@ -180,7 +180,7 @@ AllocatePool (
|
||||
// Verify that there is sufficient memory to satisfy the allocation
|
||||
//
|
||||
if (AllocationSize > 0x10000) {
|
||||
// Please call AllcoatePages for big allocations
|
||||
// Please call AllocatePages for big allocations
|
||||
return 0;
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user