diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2024-11-22 14:50:39 -0800 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-11-26 16:14:46 +0000 |
| commit | 75c1f8d1c981c9f9abaea00c94864ee18bf8348c (patch) | |
| tree | c971c204c4096553dfe3dcef9befef0ab645ffda /docs | |
| parent | c36fb96d9da523bb706cb6140dfe8ed4276c3165 (diff) | |
| download | focaccia-qemu-75c1f8d1c981c9f9abaea00c94864ee18bf8348c.tar.gz focaccia-qemu-75c1f8d1c981c9f9abaea00c94864ee18bf8348c.zip | |
docs/system/arm/emulation: fix typo in feature name
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241122225049.1617774-3-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
| -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 2956c22a1b..af613b9c8b 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -88,7 +88,7 @@ the following architecture extensions: - FEAT_LSE2 (Large System Extensions v2) - FEAT_LVA (Large Virtual Address space) - FEAT_MixedEnd (Mixed-endian support) -- FEAT_MixdEndEL0 (Mixed-endian support at EL0) +- FEAT_MixedEndEL0 (Mixed-endian support at EL0) - FEAT_MOPS (Standardization of memory operations) - FEAT_MTE (Memory Tagging Extension) - FEAT_MTE2 (Memory Tagging Extension) |