aboutsummaryrefslogtreecommitdiff
path: root/bolt/runtime/sys_riscv64.h
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/runtime/sys_riscv64.h')
-rw-r--r--bolt/runtime/sys_riscv64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/runtime/sys_riscv64.h b/bolt/runtime/sys_riscv64.h
index 00a21e4..442fa2e0 100644
--- a/bolt/runtime/sys_riscv64.h
+++ b/bolt/runtime/sys_riscv64.h
@@ -105,7 +105,7 @@
// Anonymous namespace covering everything but our library entry point
namespace {
-// Get the difference between runtime addrress of .text section and
+// Get the difference between runtime address of .text section and
// static address in section header table. Can be extracted from arbitrary
// pc value recorded at runtime to get the corresponding static address, which
// in turn can be used to search for indirect call description. Needed because