One more trivial spacing issue

This commit is contained in:
Gregory Nutt 2015-10-07 20:13:49 -06:00
parent 79d554939e
commit 78ae661223
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
* (SCHED_OTHER and SCHED_SPORADIC, in particular, are not supported).
* The SCHED_FIFO and SCHED_RR policies will have a single scheduling
* parameter, sched_priority.
*
*
* Parameters:
* thread - The ID of thread whose scheduling parameters will be queried.
* policy - The location to store the thread's scheduling policy.