[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/12] docs/system/arm/emulation: fix typo in feature name
From: |
Pierrick Bouvier |
Subject: |
[PATCH 02/12] docs/system/arm/emulation: fix typo in feature name |
Date: |
Fri, 22 Nov 2024 14:50:39 -0800 |
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
docs/system/arm/emulation.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst
index 2956c22a1b7..af613b9c8b8 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)
--
2.39.5
- [PATCH 00/12] Minor fixes for Arm documentation, Pierrick Bouvier, 2024/11/22
- [PATCH 01/12] docs/system/arm/emulation: mention armv9, Pierrick Bouvier, 2024/11/22
- [PATCH 02/12] docs/system/arm/emulation: fix typo in feature name,
Pierrick Bouvier <=
- [PATCH 03/12] docs/system/arm/emulation: add FEAT_SSBS2, Pierrick Bouvier, 2024/11/22
- [PATCH 04/12] target/arm/tcg/: fix typo in FEAT name, Pierrick Bouvier, 2024/11/22
- [PATCH 05/12] docs/system/arm/: add FEAT_MTE_ASYNC, Pierrick Bouvier, 2024/11/22
- [PATCH 06/12] docs/system/arm/: add FEAT_DoubleLock, Pierrick Bouvier, 2024/11/22
- [PATCH 07/12] docs/system/arm/fby35: update link to product page, Pierrick Bouvier, 2024/11/22