Skip to content

Commit

Permalink
Documentation: Fix grammar errors in the process section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smark authored and tavip committed Jan 18, 2024
1 parent 978a315 commit 543a7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/teaching/lectures/processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ implementation:

Linux uses a different implementation for threads. The basic unit is
called a task (hence the :c:type:`struct task_struct`) and it is used
for both tasks and processes. Instead of embedding resources in the
for both threads and processes. Instead of embedding resources in the
task structure it has pointers to these resources.

Thus, if two threads are the same process will point to the same
Expand Down

0 comments on commit 543a7ae

Please sign in to comment.