diff options
Diffstat (limited to 'os/kernel/include')
-rw-r--r-- | os/kernel/include/chevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chevents.h b/os/kernel/include/chevents.h index ec5c1cb93..d8bd269ea 100644 --- a/os/kernel/include/chevents.h +++ b/os/kernel/include/chevents.h @@ -120,7 +120,7 @@ typedef void (*evhandler_t)(eventid_t); * @note This function can be invoked before the kernel is initialized
* because it just prepares a @p EventSource structure.
*
- * @param[in] esp pointer to the @p EventSource structure
+ * @param[out] esp pointer to the @p EventSource structure
*
* @init
*/
|