From ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 6 Feb 2019 23:39:35 +0800 Subject: ArmPkg: Fix various typos Fix various typos in ArmPkg. Signed-off-by: Coeur Reviewed-by: Leif Lindholm --- .../DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c | 2 +- ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ArmPkg/Library/DefaultExceptionHandlerLib') diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c b/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c index ef71398cce..ba3c0e0cc4 100644 --- a/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c @@ -137,7 +137,7 @@ BaseName ( /** This is the default action to take on an unexpected exception - Since this is exception context don't do anything crazy like try to allcoate memory. + Since this is exception context don't do anything crazy like try to allocate memory. @param ExceptionType Type of the exception @param SystemContext Register state at the time of the Exception diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c b/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c index a214e6ef25..fa9af8c410 100644 --- a/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/DefaultExceptionHandler.c @@ -168,7 +168,7 @@ STATIC CHAR8 *gExceptionTypeString[] = { /** This is the default action to take on an unexpected exception - Since this is exception context don't do anything crazy like try to allcoate memory. + Since this is exception context don't do anything crazy like try to allocate memory. @param ExceptionType Type of the exception @param SystemContext Register state at the time of the Exception -- cgit v1.2.3