diff options
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r-- | Kernel/API/Syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index f2724e8ca3..b2d463def2 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -39,7 +39,7 @@ enum class NeedsBigProcessLock { // NOTE: When declaring a new syscall or modifying an existing, please // ensure that the proper assert is present at the top of the syscall // implementation to both verify and document to any readers if the -// syscall aquires the big process lock or not. The asserts are: +// syscall acquires the big process lock or not. The asserts are: // - VERIFY_PROCESS_BIG_LOCK_ACQUIRED(this) // - VERIFY_NO_PROCESS_BIG_LOCK(this) // |