Trivia fix to typo in comment
This commit is contained in:
parent
650757bbf0
commit
6a20560ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -219,8 +219,8 @@ volatile pid_t g_lastpid;
|
|||
* 1. This hash table greatly speeds the determination of a new unique
|
||||
* process ID for a task, and
|
||||
* 2. Is used to quickly map a process ID into a TCB.
|
||||
* It has the side effects of using more memory and limiting
|
||||
*
|
||||
* It has the side effects of using more memory and limiting
|
||||
* the number of tasks to CONFIG_MAX_TASKS.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue