Skip to content

Commit 043a920

Browse files
committed
improve wording
1 parent 88b2726 commit 043a920

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
@@ -2360,7 +2360,7 @@
23602360
\item The \emsl{\emph{context}} is the memory of a process, register contents and
23612361
the kernel data structures relevant to that process.
23622362
\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.
2363+
is executing the process, one says that it is running in the process context.
23642364
The classic kernel handles interrupts in the context of an interrupted process.
23652365
\item The threads were introduced to UNIX later - originally there were just
23662366
processes that from today's perspective had only a single thread. The

0 commit comments

Comments
 (0)