diff --git a/src/ipc.c b/src/ipc.c index fee4829850..e545417f18 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -1086,7 +1086,7 @@ RTM_EXPORT(rt_event_send); * @param option the receive option, either RT_EVENT_FLAG_AND or * RT_EVENT_FLAG_OR should be set. * @param timeout the waiting time - * @param recved the received event + * @param recved the received event, if you don't care, RT_NULL can be set. * * @return the error code */