From 04d94544520a0cec2749347909d9500a81d0f670 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 24 May 2012 12:07:44 +0200 Subject: [PATCH 1/1] correct doxygen error (forgot the parameter name in its description) --- src/simdag/sd_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simdag/sd_task.c b/src/simdag/sd_task.c index e3ab77080a..e7bd3091a7 100644 --- a/src/simdag/sd_task.c +++ b/src/simdag/sd_task.c @@ -166,7 +166,7 @@ SD_task_t SD_task_create_comp_seq(const char *name, void *data, * \param name the name of the task (can be \c NULL) * \param data the user data you want to associate with the task (can be \c NULL) * \param amount amount of compute work to be done by the task - * \param purely serial fraction of the work to be done (in [0.;1.[) + * \param alpha purely serial fraction of the work to be done (in [0.;1.[) * \return the new task */ SD_task_t SD_task_create_comp_par_amdahl(const char *name, void *data, -- 2.20.1