summaryrefslogtreecommitdiff
path: root/coroutine/arm64
diff options
context:
space:
mode:
authorcui fliter <[email protected]>2024-03-05 17:50:47 +0800
committerGitHub <[email protected]>2024-03-05 18:50:47 +0900
commit226a889dc7688cbd0c96cce1005adbda69b03ec4 (patch)
tree05c10b3582b7533059f967ef55dba9b6d283377b /coroutine/arm64
parent8e27c01fbb36d5020bb465e17a19a3bad35144ef (diff)
[DOC] fix some comments
Signed-off-by: cui fliter <[email protected]>
Diffstat (limited to 'coroutine/arm64')
-rw-r--r--coroutine/arm64/Context.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/arm64/Context.S b/coroutine/arm64/Context.S
index eeb0f774a3..5251ab214d 100644
--- a/coroutine/arm64/Context.S
+++ b/coroutine/arm64/Context.S
@@ -31,7 +31,7 @@ PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer):
# paciasp (it also acts as BTI landing pad, so no need to insert BTI also)
hint #25
#elif defined(__ARM_FEATURE_BTI_DEFAULT) && (__ARM_FEATURE_BTI_DEFAULT != 0)
- # For the the case PAC is not enabled but BTI is.
+ # For the case PAC is not enabled but BTI is.
# bti c
hint #34
#endif