summaryrefslogtreecommitdiffstats
path: root/base/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/task.h')
-rw-r--r--base/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/task.h b/base/task.h
index e303a83..34b3009 100644
--- a/base/task.h
+++ b/base/task.h
@@ -296,7 +296,7 @@ struct RunnableMethodTraits {
// want to call
// Param - the parameter(s) to the method, possibly packed as a Tuple
// A - the first parameter (if any) to the method
-// B - the second parameter (if any) to the mathod
+// B - the second parameter (if any) to the method
//
// Put these all together and you get an object that can call a method whose
// signature is: