Correct typo in comments

This commit is contained in:
Arnaud Bienner 2012-07-16 00:39:00 +02:00
parent 16fde37bac
commit eded1daca1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
Currently, only functions with zero, one, two or three arguments are
supported, but other might be added easily for X arguments by defining a new
ThreadFunctorX class (and eventually a second class for handling functions
which return void: see existing classes for exampels), and add new Run()
which return void: see existing classes for examples), and add new Run()
function.
*/