diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-15 15:02:35 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-15 15:02:35 +0200 |
| commit | 4e1a88774500fa939e81d01fcffc1a7d0b691032 (patch) | |
| tree | 3ed77bef92039017569dfae20161d5885af20e2d /kernel/vdso/vdso.c | |
| parent | 7440c52ff48e957c7b4077d81cd5bc81b3153fd8 (diff) | |
| download | farga-4e1a88774500fa939e81d01fcffc1a7d0b691032.tar.gz farga-4e1a88774500fa939e81d01fcffc1a7d0b691032.zip | |
vdso: fix typos
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'kernel/vdso/vdso.c')
| -rw-r--r-- | kernel/vdso/vdso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/vdso/vdso.c b/kernel/vdso/vdso.c index 6a1c198..4aa7ae9 100644 --- a/kernel/vdso/vdso.c +++ b/kernel/vdso/vdso.c @@ -11,7 +11,7 @@ /* * In projects like github.com/mssola/fbos I already dealt with ELF parsing * myself and it wasn't the nicest experience. Plus, in here I have to do some - * heave usage of some ELF sections. For this reason I will not do things + * heavy usage of some ELF sections. For this reason I will not do things * manually and use the standard library instead. */ #include <elf.h> |
