diff --git a/os/lib/src/chfactory.c b/os/lib/src/chfactory.c index 61d607e79..b8d9bb07d 100644 --- a/os/lib/src/chfactory.c +++ b/os/lib/src/chfactory.c @@ -764,7 +764,7 @@ dyn_pipe_t *chFactoryCreatePipe(const char *name, size_t size) { * @post A reference to the dynamic pipe object is returned with * the reference counter increased by one. * - * @param[in] dpp dynamic pipe object reference + * @param[in] name name of the pipe object * * @return The reference to the found dynamic pipe * object.