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 613352e commit 9f90e39Copy full SHA for 9f90e39
include/arch/riscv/arch/machine.h
@@ -248,7 +248,7 @@ void plat_invalidateL2Range(paddr_t start, paddr_t end);
248
249
void plat_cleanInvalidateL2Range(paddr_t start, paddr_t end);
250
251
-/* Update the value of the actual regsiter to hold the expected value */
+/* Update the value of the actual register to hold the expected value */
252
static inline void Arch_setTLSRegister(word_t tls_base)
253
{
254
/* The register is always reloaded upon return from kernel. */
0 commit comments