From: Andre Date: Wed, 22 Feb 2006 12:06:14 +0000 (+0100) Subject: fix another typo in comment X-Git-Tag: v0.2.11~50 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0a2c77571770a4da28e069b3db0ac6949c91b467 fix another typo in comment --- diff --git a/ipc.c b/ipc.c index a66c8409..1d9112d7 100644 --- a/ipc.c +++ b/ipc.c @@ -44,7 +44,7 @@ int mutex_new(void) /** * destroy a mutex * - * \para, 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. *