summaryrefslogtreecommitdiff
path: root/include/my_rdtsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_rdtsc.h')
-rw-r--r--include/my_rdtsc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_rdtsc.h b/include/my_rdtsc.h
index fb0ef0ef5b9..b2d30fa3151 100644
--- a/include/my_rdtsc.h
+++ b/include/my_rdtsc.h
@@ -90,7 +90,7 @@ C_MODE_START
how to ensure that it can be accessed.
On AARCH64, we use the generic timer base register. We override clang
implementation for aarch64 as it access a PMU register which is not
- guarenteed to be active.
+ guaranteed to be active.
On RISC-V, we use the rdcycle instruction to read from mcycle register.
Sadly, we have nothing for the Digital Alpha, MIPS, Motorola m68k,