Skip to content

Commit 54096dc

Browse files
committed
fix wording
1 parent 043a920 commit 54096dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2482,7 +2482,7 @@
24822482
\begin{itemize}
24832483
\item The transition from userland to kernel can be costly; if the program
24842484
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,
2485+
\emsl{A library function can but does not have to perform any system calls,
24862486
however it commonly does some non-trivial work in user mode.}
24872487
\item It is possible to perform system calls directly in the assembler.
24882488
\item The kernel API is defined w.r.t. function calls of the standard library,

0 commit comments

Comments
 (0)