diff options
author | Linus Groh <mail@linusgroh.de> | 2020-10-02 22:14:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-03 12:36:49 +0200 |
commit | bcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789 (patch) | |
tree | d3e16e6361f4693ae5362c10da05bc6a4ad30190 /Libraries/LibELF | |
parent | 4e86c34ef0d1d227309f8e8d22be5ea737830c24 (diff) | |
download | serenity-bcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789.zip |
Everywhere: Fix more typos
Diffstat (limited to 'Libraries/LibELF')
-rw-r--r-- | Libraries/LibELF/exec_elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibELF/exec_elf.h b/Libraries/LibELF/exec_elf.h index ea7be85e40..03871e6e26 100644 --- a/Libraries/LibELF/exec_elf.h +++ b/Libraries/LibELF/exec_elf.h @@ -618,7 +618,7 @@ typedef struct { * NT_OPENBSD_PROCINFO * Note is a "elfcore_procinfo" structure. * NT_OPENBSD_AUXV - * Note is a a bunch of Auxilliary Vectors, terminated by + * Note is a a bunch of Auxiliary Vectors, terminated by * an AT_NULL entry. * NT_OPENBSD_REGS * Note is a "reg" structure. |