mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
Notes:
sideshowbarker
2024-07-19 02:05:56 +09:00
Author: https://github.com/nico
Commit: ef1b21004f
Pull-request: https://github.com/SerenityOS/serenity/pull/3662
28 changed files with 39 additions and 39 deletions
|
@ -36,7 +36,7 @@ int ptrace(int request, pid_t tid, void* addr, int data)
|
|||
|
||||
// PT_PEEK needs special handling since the syscall wrapper
|
||||
// returns the peeked value as an int, which can be negative because of the cast.
|
||||
// When using PT_PEEK, the user can check if an error occured
|
||||
// When using PT_PEEK, the user can check if an error occurred
|
||||
// by looking at errno rather than the return value.
|
||||
|
||||
u32 out_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue