Add hyprlinks to a document

This commit is contained in:
Gregory Nutt
2016-12-12 08:18:38 -06:00
parent 9617ac8b50
commit 8f76bacc55
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ o Task/Scheduler (sched/)
2. They run in supervisor mode (if applicable), and
3. They do not obey any setup of PIC or address
environments. Do they need to?
4. In the case of task_delete() and pthread_cancel, these
4. In the case of task_delete() and pthread_cancel(), these
callbacks will run on the thread of execution and address
context of the caller of task. That is very bad!