summaryrefslogtreecommitdiff
path: root/Documentation/Kernel/AHCILocking.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/Kernel/AHCILocking.md')
-rw-r--r--Documentation/Kernel/AHCILocking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Kernel/AHCILocking.md b/Documentation/Kernel/AHCILocking.md
index 6986d9582c..53f9d68f2f 100644
--- a/Documentation/Kernel/AHCILocking.md
+++ b/Documentation/Kernel/AHCILocking.md
@@ -18,7 +18,7 @@ return true;
This lock doesn't disable interrupts at all, and if it is already in use, the scheduler will simply yield away from that section until it tries to lock it again.
-### Hard lock - `SpinLock<u8>`
+### Hard lock - `Spinlock`
A hard lock is essentially a lock that is used in critical sections in the kernel. We use it with a `ScopedSpinLock` class, to create a scoped locking of that lock: