X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=74ba0499dc336c1611fc431f580ebf9d4c92ac28;hp=1d9112d77e30e9ba9f02421e001fc379893038d2;hb=5db29a4416ad4a1454a7d93f5a7c03a887f3dca3;hpb=0a2c77571770a4da28e069b3db0ac6949c91b467 diff --git a/ipc.c b/ipc.c index 1d9112d7..74ba0499 100644 --- a/ipc.c +++ b/ipc.c @@ -44,7 +44,7 @@ int mutex_new(void) /** * destroy a mutex * - * \param, id the identifier of the mutex to be destroyed + * \param id the identifier of the mutex to be destroyed * * \returns Positive on success, -E_SEM_REMOVE on errors. *