From: Andre Date: Fri, 24 Feb 2006 13:09:42 +0000 (+0100) Subject: another typo in comment X-Git-Tag: v0.2.11~49 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7437db8478f031f6f4b0dd43314c0e84d5263e10;ds=sidebyside another typo in comment ipc.c:44: Warning: expected whitespace after param command --- 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. *