Skip to content

Commit 435bb69

Browse files
committed
fix grammar
1 parent 6313bb4 commit 435bb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
\item Unix uses only preemptive planning for user processes.
257257
\item There is also a \emph{tickless kernel} that uses a variable timer tick.
258258
\item Traditional (historical) UNIX \emsl{kernel} uses cooperative planning,
259-
i.e. process running in kernel mode is not switched until it gives up the CPU
259+
i.e. a process running in kernel mode is not switched until it gives up the CPU
260260
by itself.
261261
\emsl{Modern Unix kernels are preemptive} -- mainly because of real-time
262262
systems; where it is necessary to have the possibility to remove a CPU from

0 commit comments

Comments
 (0)