aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-05-30 16:01:51 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-05-30 16:02:09 -0400
commit472fe8a2ce9f08f0311e4a04eef996eba19ff985 (patch)
treeceaf20c7dad16f7e453955279844e38c3466f9e9 /src/util.h
parent61fcef0f89c4eb313b94a93880d7638b90aa0764 (diff)
parentd8c4998f3198e8d7e37a8414b9891f6b74b9173b (diff)
downloadbitcoin-472fe8a2ce9f08f0311e4a04eef996eba19ff985.tar.xz
Merge #13069: docs: Fix typos
d8c4998f31 Fix typos (practicalswift) Pull request description: Fix typos. Tree-SHA512: 9af52a9799e6892b162e4aa1bcd6585502e10650b8aced59e7346dbb2f08544330081eb79328255fad1d358c095507956e049d354c4383b6965d4d5a7d635425
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 62c3f7c18b..efd8a4bd9d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -353,7 +353,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);