Trivia fix to typo in comment

This commit is contained in:
Gregory Nutt 2016-10-26 12:29:36 -06:00
parent 650757bbf0
commit 6a20560ba2

View File

@ -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.
*/