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 88b2726 commit 043a920Copy full SHA for 043a920
intro.tex
@@ -2360,7 +2360,7 @@
2360
\item The \emsl{\emph{context}} is the memory of a process, register contents and
2361
the kernel data structures relevant to that process.
2362
\item In other words -- the context of a process is its state. When the system
2363
-is executing the process, one says that it runs in the process context.
+is executing the process, one says that it is running in the process context.
2364
The classic kernel handles interrupts in the context of an interrupted process.
2365
\item The threads were introduced to UNIX later - originally there were just
2366
processes that from today's perspective had only a single thread. The
0 commit comments