From 7437db8478f031f6f4b0dd43314c0e84d5263e10 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 24 Feb 2006 14:09:42 +0100 Subject: [PATCH] another typo in comment ipc.c:44: Warning: expected whitespace after param command --- ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.2