commit 42dc2cdbf7885819ce25fde424d64ff251c4e194
parent ea8b0d3482380bf2e771aa76cbd0fca385b9397f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 6 Nov 2024 21:09:55 +0100
os9: Fix typo in the name of spinlocks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/bits/arm64/arch/types.h b/include/bits/arm64/arch/types.h
@@ -61,7 +61,7 @@ enum regidx {
typedef int atomic_t;
typedef unsigned long mutex_t;
-typedef unsigned long splinlock_t;
+typedef unsigned long spinlock_t;
typedef unsigned long long pte_t;
typedef unsigned long long phyaddr_t;
typedef struct context Context;