diff options
author | cui fliter <[email protected]> | 2024-03-05 17:50:47 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-05 18:50:47 +0900 |
commit | 226a889dc7688cbd0c96cce1005adbda69b03ec4 (patch) | |
tree | 05c10b3582b7533059f967ef55dba9b6d283377b /coroutine/arm64 | |
parent | 8e27c01fbb36d5020bb465e17a19a3bad35144ef (diff) |
[DOC] fix some comments
Signed-off-by: cui fliter <[email protected]>
Diffstat (limited to 'coroutine/arm64')
-rw-r--r-- | coroutine/arm64/Context.S | 2 |
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 |