Fix minor typos in docs and comments.

This commit is contained in:
Nathan Hartman
2019-09-29 12:52:20 -06:00
committed by Gregory Nutt
parent c1c36db37e
commit 46aaec7ba0
67 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ int task_delete(pid_t pid);
</p>
<p>
The logic in this function only deletes non-running tasks.
If the <code>pid</code> parameter refers to to the currently runing task, then processing is redirected to <code>exit()</code>.
If the <code>pid</code> parameter refers to the currently running task, then processing is redirected to <code>exit()</code>.
This can only happen if a task calls <code>task_delete()</code> in order to delete itself.
</p>
<p>