From 964110133fb26086d2ebfd31985900c08d4fab4c Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Fri, 4 Mar 2016 12:38:27 +0100 Subject: [PATCH] Changed Doxygen documentation --- base_c/include/embb/base/c/mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base_c/include/embb/base/c/mutex.h b/base_c/include/embb/base/c/mutex.h index 5ecfa70..2d6c000 100644 --- a/base_c/include/embb/base/c/mutex.h +++ b/base_c/include/embb/base/c/mutex.h @@ -150,7 +150,7 @@ int embb_mutex_unlock( /** * Destroys a mutex and frees its resources. * - * \pre \c mutex has been initialized and is not NULL. + * \pre \c mutex is initialized and is not NULL. * \post \c mutex is uninitialized * \notthreadsafe * \see embb_mutex_init() @@ -233,7 +233,7 @@ int embb_spin_unlock( /** * Destroys a spinlock and frees its resources. * - * \pre \c spinlock has been initialized and is not NULL. + * \pre \c spinlock is initialized and is not NULL. * \post \c spinlock is uninitialized * \notthreadsafe * \see embb_spin_init() -- libgit2 0.26.0