We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978a315 commit 543a7aeCopy full SHA for 543a7ae
1 file changed
Documentation/teaching/lectures/processes.rst
@@ -240,7 +240,7 @@ implementation:
240
241
Linux uses a different implementation for threads. The basic unit is
242
called a task (hence the :c:type:`struct task_struct`) and it is used
243
-for both tasks and processes. Instead of embedding resources in the
+for both threads and processes. Instead of embedding resources in the
244
task structure it has pointers to these resources.
245
246
Thus, if two threads are the same process will point to the same
0 commit comments