summaryrefslogtreecommitdiff
path: root/docs/tutorials/013/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/013/task.h')
-rw-r--r--docs/tutorials/013/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/013/task.h b/docs/tutorials/013/task.h
index 64f4064dfa0..c111333b022 100644
--- a/docs/tutorials/013/task.h
+++ b/docs/tutorials/013/task.h
@@ -33,7 +33,7 @@ public:
/*
I really wanted this to be called open() but that was already
- claimed by the Task framework. start() will kick off our thread
+ claimed by the Task framework. start() will kick off our thread
pool for us.
*/
int start (int threads = 1);