]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c
ArmPkg: Fix various typos
[mirror_edk2.git] / ArmPkg / Library / ArmExceptionLib / ArmExceptionLib.c
index bd1895ef1d7e3230c715ceb518dc844f4bdf9219..1ff90dede57fe5fe44f03f08ca8a243680b7e1c1 100644 (file)
@@ -94,7 +94,7 @@ InitializeCpuExceptionHandlers(
 \r
   Status = EFI_SUCCESS;\r
 \r
-  // if we are requested to copy exceptin handlers to another location\r
+  // if we are requested to copy exception handlers to another location\r
   if (gArmRelocateVectorTable) {\r
 \r
     VectorBase = PcdGet64(PcdCpuVectorBaseAddress);\r
@@ -131,7 +131,7 @@ InitializeCpuExceptionHandlers(
 }\r
 \r
 /**\r
-Copies exception handlers to the speciifed address.\r
+Copies exception handlers to the specified address.\r
 \r
 Caller should try to get an array of interrupt and/or exception vectors that are in use and need to\r
 persist by EFI_VECTOR_HANDOFF_INFO defined in PI 1.3 specification.\r