diff --git a/os/kernel/include/chevents.h b/os/kernel/include/chevents.h index dc0ecd53d..ec5c1cb93 100644 --- a/os/kernel/include/chevents.h +++ b/os/kernel/include/chevents.h @@ -49,7 +49,7 @@ struct EventListener { by the thread to the Event Source. */ flagsmask_t el_flags; /**< @brief Flags added to the listener - bu the event source.*/ + by the event source.*/ }; /**