We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b9ed4 commit 477edd6Copy full SHA for 477edd6
libcpu/aarch64/common/cpu_gcc.S
@@ -122,7 +122,7 @@ rt_hw_get_cntpct_val:
122
* get gtimer frq value
123
* According to the document `Arm A-profile Architecture Registers:
124
* CNTFRQ_EL0, Counter-timer Frequency Register`
125
- * Bits [63:32] is reserved, so only the lower 32 bits are take effect.
+ * Bits [63:32] are reserved, so only the lower 32 bits take effect.
126
*/
127
.globl rt_hw_get_gtimer_frq
128
rt_hw_get_gtimer_frq:
0 commit comments