diff --git a/include/farbot/AsyncCaller.hpp b/include/farbot/AsyncCaller.hpp index bab30f8..5091354 100644 --- a/include/farbot/AsyncCaller.hpp +++ b/include/farbot/AsyncCaller.hpp @@ -39,7 +39,7 @@ class AsyncCaller /** Process all the lambdas that have been deferred with callAsync * * Call this from your non-realtime thread to process lambdas. Note that - * you must periodically execute this function as the non-realtime thread + * you must periodically execute this function as the realtime thread * will not signal for you to wake up. * * NOTE: process may only be called from a single thread. @@ -64,4 +64,4 @@ class AsyncCaller private: fifo, fifo_options::concurrency::single, caller_concurrency> ringbuffer; }; -} \ No newline at end of file +}