vdso.7: wfix: repetition fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prévot 2014-01-31 22:50:51 -04:00 committed by Michael Kerrisk
parent dd85e7df49
commit 35432a038b
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ There are some system calls the kernel provides that
user-space code ends up using frequently,
to the point that such calls can dominate overall performance.
This is due both to the frequency of the call as well as the
context-switch overhead that results from
context-switch overhead that results
from exiting user space and entering the kernel.
The rest of this documentation is geared toward the curious and/or
@ -135,7 +135,7 @@ You will frequently find it under the architecture-specific directory:
find arch/$ARCH/ -name '*vdso*.so*' -o -name '*gate*.so*'
.SS vDSO names
The name of vDSO shared object varies across architectures.
The name of vDSO varies across architectures.
It will often show up in things like glibc's
.BR ldd (1)
output.