Skip to content

Commit 477edd6

Browse files
lygstateCopilot
andauthored
Update libcpu/aarch64/common/cpu_gcc.S
Co-authored-by: Copilot <[email protected]>
1 parent 12b9ed4 commit 477edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/aarch64/common/cpu_gcc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ rt_hw_get_cntpct_val:
122122
* get gtimer frq value
123123
* According to the document `Arm A-profile Architecture Registers:
124124
* CNTFRQ_EL0, Counter-timer Frequency Register`
125-
* Bits [63:32] is reserved, so only the lower 32 bits are take effect.
125+
* Bits [63:32] are reserved, so only the lower 32 bits take effect.
126126
*/
127127
.globl rt_hw_get_gtimer_frq
128128
rt_hw_get_gtimer_frq:

0 commit comments

Comments
 (0)