Skip to content

Commit 9f90e39

Browse files
committed
trivial: fix typo
Signed-off-by: Axel Heider <[email protected]>
1 parent 613352e commit 9f90e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/arch/riscv/arch/machine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void plat_invalidateL2Range(paddr_t start, paddr_t end);
248248

249249
void plat_cleanInvalidateL2Range(paddr_t start, paddr_t end);
250250

251-
/* Update the value of the actual regsiter to hold the expected value */
251+
/* Update the value of the actual register to hold the expected value */
252252
static inline void Arch_setTLSRegister(word_t tls_base)
253253
{
254254
/* The register is always reloaded upon return from kernel. */

0 commit comments

Comments
 (0)