diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:09:19 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:59:54 +0300 |
commit | eb12e929051be4b916d724c1d29f1ead0b270901 (patch) | |
tree | 3561ce2d430fd2785fa88f17abc8d8f24f30692c | |
parent | 2a620ed52dd46ea7f4d70e1959584bec8f7082ba (diff) |
docs/system/arm/emulation.rst: spelling fix: Enhacements
Fixes: c7c807f6dd6d "target/arm: Implement FEAT_Pauth2"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | docs/system/arm/emulation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index 47fd648035..0b604f9005 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -70,7 +70,7 @@ the following architecture extensions: - FEAT_PAN2 (AT S1E1R and AT S1E1W instruction variants affected by PSTATE.PAN) - FEAT_PAN3 (Support for SCTLR_ELx.EPAN) - FEAT_PAuth (Pointer authentication) -- FEAT_PAuth2 (Enhacements to pointer authentication) +- FEAT_PAuth2 (Enhancements to pointer authentication) - FEAT_PMULL (PMULL, PMULL2 instructions) - FEAT_PMUv3p1 (PMU Extensions v3.1) - FEAT_PMUv3p4 (PMU Extensions v3.4) |