diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 09:52:41 -0800 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-03-04 18:19:17 +0000 |
commit | ef769e320863a186e489e3f66ed8df60487fe9bf (patch) | |
tree | 231e7cf5acaf951b6ff8008761c0d813897c8adf /arch/arm64/include/asm/kvm_host.h | |
parent | cd1b76bb73d0f735cc9aa076c121fd172752445b (diff) | |
download | lwn-ef769e320863a186e489e3f66ed8df60487fe9bf.tar.gz lwn-ef769e320863a186e489e3f66ed8df60487fe9bf.zip |
arm64: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/kvm_host.h')
-rw-r--r-- | arch/arm64/include/asm/kvm_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index e465b6d17dbe..f057404cf711 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h @@ -99,8 +99,8 @@ enum vcpu_sysreg { TTBR1_EL1, /* Translation Table Base Register 1 */ TCR_EL1, /* Translation Control Register */ ESR_EL1, /* Exception Syndrome Register */ - AFSR0_EL1, /* Auxilary Fault Status Register 0 */ - AFSR1_EL1, /* Auxilary Fault Status Register 1 */ + AFSR0_EL1, /* Auxiliary Fault Status Register 0 */ + AFSR1_EL1, /* Auxiliary Fault Status Register 1 */ FAR_EL1, /* Fault Address Register */ MAIR_EL1, /* Memory Attribute Indirection Register */ VBAR_EL1, /* Vector Base Address Register */ |