aboutsummaryrefslogtreecommitdiff
path: root/kernel/vdso/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-15 15:02:35 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-15 15:02:35 +0200
commit4e1a88774500fa939e81d01fcffc1a7d0b691032 (patch)
tree3ed77bef92039017569dfae20161d5885af20e2d /kernel/vdso/README.md
parent7440c52ff48e957c7b4077d81cd5bc81b3153fd8 (diff)
downloadfarga-4e1a88774500fa939e81d01fcffc1a7d0b691032.tar.gz
farga-4e1a88774500fa939e81d01fcffc1a7d0b691032.zip
vdso: fix typos
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'kernel/vdso/README.md')
-rw-r--r--kernel/vdso/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/vdso/README.md b/kernel/vdso/README.md
index 573c564..bef3e57 100644
--- a/kernel/vdso/README.md
+++ b/kernel/vdso/README.md
@@ -5,10 +5,9 @@ kernel automatically maps into the address space of all user-space
applications. This way, user space can perform some system calls via this
interface and avoid the cost of entering kernel space.
-This is important for
-system calls that the community has detected to be performed most often by all
-applications. Note that the regular joe doesn't have to deal with any of this as
-glibc and the likes will already take care of this.
+This is important for system calls that the community has detected to be
+performed most often by all applications. Note that the regular joe doesn't have
+to deal with any of this as glibc and the likes will already take care of this.
For much more, this is all better documented via `man vdso`.