summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condattrinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condattrinit.c')
-rw-r--r--cpukit/posix/src/condattrinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/condattrinit.c b/cpukit/posix/src/condattrinit.c
index 54f4c8bbd7..3cd620a312 100644
--- a/cpukit/posix/src/condattrinit.c
+++ b/cpukit/posix/src/condattrinit.c
@@ -19,10 +19,10 @@
/*PAGE
*
- * 11.4.1 Condition Variable Initialization Attributes,
+ * 11.4.1 Condition Variable Initialization Attributes,
* P1003.1c/Draft 10, p. 96
*/
-
+
int pthread_condattr_init(
pthread_condattr_t *attr
)