diff --git a/include/vlc_spawn.h b/include/vlc_spawn.h index f66def24a8..5fae009ea8 100644 --- a/include/vlc_spawn.h +++ b/include/vlc_spawn.h @@ -38,7 +38,7 @@ * file name must be absolute. * * \param pid storage space for the child process identifier [OUT] - * \param path executable file path [IN] + * \param file executable file path [IN] * \param fdv file descriptor array [IN] * \param argv NULL-terminated array of command line arguments [IN] *