summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/prwlocktimedrdlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/prwlocktimedrdlock.c')
-rw-r--r--cpukit/posix/src/prwlocktimedrdlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/prwlocktimedrdlock.c b/cpukit/posix/src/prwlocktimedrdlock.c
index 3879af758b..547fa533e5 100644
--- a/cpukit/posix/src/prwlocktimedrdlock.c
+++ b/cpukit/posix/src/prwlocktimedrdlock.c
@@ -45,7 +45,7 @@ int pthread_rwlock_timedrdlock(
Watchdog_Interval ticks;
bool do_wait = true;
POSIX_Absolute_timeout_conversion_results_t status;
-
+
if ( !rwlock )
return EINVAL;
@@ -58,7 +58,7 @@ int pthread_rwlock_timedrdlock(
* then we do a polling operation and convert the UNSATISFIED
* status into the appropriate error.
*
- * If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,
+ * If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,
* POSIX_ABSOLUTE_TIMEOUT_IS_IN_PAST, or POSIX_ABSOLUTE_TIMEOUT_IS_NOW,
* then we should not wait.
*/