From 0a2c77571770a4da28e069b3db0ac6949c91b467 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 22 Feb 2006 13:06:14 +0100 Subject: [PATCH] fix another typo in comment --- ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.5