mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Kernel: Fix a typo in LockRank::Process's comment
This commit is contained in:
parent
2572f5ebec
commit
7bb3b2839e
Notes:
sideshowbarker
2024-07-18 04:26:06 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/7bb3b2839ea Pull-request: https://github.com/SerenityOS/serenity/pull/9884 Reviewed-by: https://github.com/alimpfard ✅
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ enum class LockRank : int {
|
|||
|
||||
Thread = 0x008,
|
||||
|
||||
// Process locks are the lowest rank, as they normally are taken
|
||||
// Process locks are the highest rank, as they normally are taken
|
||||
// first thing when processing syscalls.
|
||||
Process = 0x010,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue