]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/AArch64/AArch64Support.S
ArmPkg: Fix various typos
[mirror_edk2.git] / ArmPkg / Library / ArmLib / AArch64 / AArch64Support.S
index 310d4bb48ae5dba4eeeded0a44fa4963b27802d1..199374ff59e3328bd87008ed1ccc0441aeed17b6 100644 (file)
@@ -430,13 +430,13 @@ ASM_FUNC(ArmReadMpidr)
   ret\r
 \r
 \r
-// Keep old function names for C compatibilty for now. Change later?\r
+// Keep old function names for C compatibility for now. Change later?\r
 ASM_FUNC(ArmReadTpidrurw)\r
   mrs   x0, tpidr_el0           // read tpidr_el0 (v7 TPIDRURW) -> (v8 TPIDR_EL0)\r
   ret\r
 \r
 \r
-// Keep old function names for C compatibilty for now. Change later?\r
+// Keep old function names for C compatibility for now. Change later?\r
 ASM_FUNC(ArmWriteTpidrurw)\r
   msr   tpidr_el0, x0           // write tpidr_el0 (v7 TPIDRURW) -> (v8 TPIDR_EL0)\r
   ret\r
@@ -453,7 +453,7 @@ ASM_FUNC(ArmReadIdPfr0)
   ret\r
 \r
 \r
-// Q: id_aa64pfr1_el1 not defined yet. What does this funtion want to access?\r
+// Q: id_aa64pfr1_el1 not defined yet. What does this function want to access?\r
 // A: used to setup arch timer. Check if we have security extensions, permissions to set stuff.\r
 //    See: ArmPkg/Library/ArmArchTimerLib/AArch64/ArmArchTimerLib.c\r
 //    Not defined yet, but stick in here for now, should read all zeros.\r