diff options
author | Linus Groh <mail@linusgroh.de> | 2021-04-18 10:30:03 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-18 10:30:03 +0200 |
commit | 2b0c361d04b519b20bfb70a34c07de579a93fafd (patch) | |
tree | f2a4d12d02801fe5bd0abf1ac2c068b540d75a45 /Userland/Libraries/LibC | |
parent | cebd3f740b6fd2fd0da30ed92310a968cf6df44a (diff) | |
download | serenity-2b0c361d04b519b20bfb70a34c07de579a93fafd.zip |
Everywhere: Fix a bunch of typos
Diffstat (limited to 'Userland/Libraries/LibC')
-rw-r--r-- | Userland/Libraries/LibC/sys/arch/x86_64/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibC/sys/arch/x86_64/regs.h b/Userland/Libraries/LibC/sys/arch/x86_64/regs.h index 4c58b4e3d1..764bad2aca 100644 --- a/Userland/Libraries/LibC/sys/arch/x86_64/regs.h +++ b/Userland/Libraries/LibC/sys/arch/x86_64/regs.h @@ -130,7 +130,7 @@ struct [[gnu::packed]] PtraceRegisters { }; }; - // These may not be used, unless we go back into compatability mode + // These may not be used, unless we go back into compatibility mode u32 cs; u32 ss; u32 ds; |