mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:25:07 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
30 changed files with 38 additions and 38 deletions
|
@ -236,7 +236,7 @@ NEVER_INLINE void syscall_handler(TrapFrame* trap)
|
|||
// Check if we're supposed to return to userspace or just die.
|
||||
current_thread->die_if_needed();
|
||||
|
||||
// Crash any processes which have commited a promise violation during syscall handling.
|
||||
// Crash any processes which have committed a promise violation during syscall handling.
|
||||
if (result.is_error() && result.error().code() == EPROMISEVIOLATION) {
|
||||
VERIFY(current_thread->is_promise_violation_pending());
|
||||
current_thread->set_promise_violation_pending(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue