aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chmtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chmtx.h')
-rw-r--r--os/kernel/include/chmtx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chmtx.h b/os/kernel/include/chmtx.h
index a57e8386a..73a507079 100644
--- a/os/kernel/include/chmtx.h
+++ b/os/kernel/include/chmtx.h
@@ -18,15 +18,15 @@
*/
/**
- * @file mutexes.h
+ * @file chmtx.h
* @brief Mutexes macros and structures.
*
* @addtogroup mutexes
* @{
*/
-#ifndef _MUTEXES_H_
-#define _MUTEXES_H_
+#ifndef _CHMTX_H_
+#define _CHMTX_H_
#if CH_USE_MUTEXES
@@ -83,6 +83,6 @@ extern "C" {
#endif /* CH_USE_MUTEXES */
-#endif /* _MUTEXES_H_ */
+#endif /* _CHMTX_H_ */
/** @} */