Fix typos

This commit is contained in:
practicalswift
2018-04-24 21:12:02 +02:00
parent bd83704ec6
commit d8c4998f31
4 changed files with 5 additions and 5 deletions

View File

@@ -305,7 +305,7 @@ std::unique_ptr<T> MakeUnique(Args&&... args)
* CPU-intensive and non-interactive. See SCHED_BATCH in sched(7) for details.
*
* @return The return value of sched_setschedule(), or 1 on systems without
* sched_setchedule().
* sched_setschedule().
*/
int ScheduleBatchPriority(void);