mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/bgianfo
Commit: d0a1775369
Pull-request: https://github.com/SerenityOS/serenity/pull/15182
Reviewed-by: https://github.com/linusg ✅
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