We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043a920 commit 54096dcCopy full SHA for 54096dc
intro.tex
@@ -2482,7 +2482,7 @@
2482
\begin{itemize}
2483
\item The transition from userland to kernel can be costly; if the program
2484
executes lot of syscalls, it can have a negative effect on its performance.
2485
-\emsl{A library function can but does not have to perform some system calls,
+\emsl{A library function can but does not have to perform any system calls,
2486
however it commonly does some non-trivial work in user mode.}
2487
\item It is possible to perform system calls directly in the assembler.
2488
\item The kernel API is defined w.r.t. function calls of the standard library,
0 commit comments