summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/setcanceltype.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/setcanceltype.c')
-rw-r--r--cpukit/posix/src/setcanceltype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/setcanceltype.c b/cpukit/posix/src/setcanceltype.c
index 302f901a74..4a7a7e3486 100644
--- a/cpukit/posix/src/setcanceltype.c
+++ b/cpukit/posix/src/setcanceltype.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Sets the Cancelability Type of Calling Thread to value given in type
* @ingroup POSIXAPI
+ *
+ * @brief Sets the Cancelability Type of Calling Thread to value given in type
*/
/*