Skip to content

Commit 543a7ae

Browse files
Smarktavip
authored andcommitted
Documentation: Fix grammar errors in the process section.
1 parent 978a315 commit 543a7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/teaching/lectures/processes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ implementation:
240240

241241
Linux uses a different implementation for threads. The basic unit is
242242
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
243+
for both threads and processes. Instead of embedding resources in the
244244
task structure it has pointers to these resources.
245245

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

0 commit comments

Comments
 (0)