Skip to content

Commit 31da2aa

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 07a7566 commit 31da2aa

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
@@ -57,7 +57,7 @@
5757
kernel mode. The user stack automatically grows according to its use (except
5858
for threads where each thread has its own limited stack).
5959
\item \emph{User area (u-area)} \dots{} contains process information used by
60-
the kernel which are not needed when the process is swapped out to disk
60+
the kernel which is not needed when the process is swapped out to disk
6161
(number of open files, signal handling settings, number of shared memory segments,
6262
program arguments, environment variables, current working directory, etc.).
6363
This area is accessible only to the kernel which will see just the area

0 commit comments

Comments
 (0)