diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-04-24 21:12:02 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-05-07 14:32:50 +0200 |
commit | d8c4998f3198e8d7e37a8414b9891f6b74b9173b (patch) | |
tree | 024d5ee00a52f539a95158ad92cd6aabbdab9b58 /src/util.h | |
parent | bd83704ec6fa9a6564cd0f489efa65c1ecb095c2 (diff) |
Fix typos
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 2da8023285..9ecddd2a11 100644 --- a/src/util.h +++ b/src/util.h @@ -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); |