From 32728ecd1fb2c88fd06fe80598a19aac42989d4f Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 14 Jun 2021 03:33:37 +0200 Subject: [PATCH] trivial: fix typo Signed-off-by: Axel Heider --- include/arch/riscv/arch/machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/arch/riscv/arch/machine.h b/include/arch/riscv/arch/machine.h index c9d92ba31..4f92ce52f 100644 --- a/include/arch/riscv/arch/machine.h +++ b/include/arch/riscv/arch/machine.h @@ -261,7 +261,7 @@ static inline paddr_t CONST kpptr_to_paddr(void *pptr) return (paddr_t)pptr - KERNEL_ELF_BASE_OFFSET; } -/* Update the value of the actual regsiter to hold the expected value */ +/* Update the value of the actual register to hold the expected value */ static inline void Arch_setTLSRegister(word_t tls_base) { /* The register is always reloaded upon return from kernel. */