diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-22 01:37:17 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-22 03:34:10 +0200 |
commit | 55adace359bfda606b445b5177ce5138687d4626 (patch) | |
tree | 429f7e24f71cde34f8f54f10b8ae43b74c514488 /Kernel/Devices/HID/HIDManagement.h | |
parent | 7d5d26b0481221d3ebf420de346cc33b3e003147 (diff) | |
download | serenity-55adace359bfda606b445b5177ce5138687d4626.zip |
Kernel: Rename SpinLock => Spinlock
Diffstat (limited to 'Kernel/Devices/HID/HIDManagement.h')
-rw-r--r-- | Kernel/Devices/HID/HIDManagement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Devices/HID/HIDManagement.h b/Kernel/Devices/HID/HIDManagement.h index 6a50f4db1d..0328ba9fbe 100644 --- a/Kernel/Devices/HID/HIDManagement.h +++ b/Kernel/Devices/HID/HIDManagement.h @@ -15,7 +15,7 @@ #include <Kernel/API/KeyCode.h> #include <Kernel/API/MousePacket.h> #include <Kernel/KResult.h> -#include <Kernel/Locking/SpinLock.h> +#include <Kernel/Locking/Spinlock.h> #include <Kernel/UnixTypes.h> #include <LibKeyboard/CharacterMap.h> |