summaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_timedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sem_timedwait.c')
-rw-r--r--nuttx/sched/sem_timedwait.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/sem_timedwait.c b/nuttx/sched/sem_timedwait.c
index 5a1b943a5..6a4724406 100644
--- a/nuttx/sched/sem_timedwait.c
+++ b/nuttx/sched/sem_timedwait.c
@@ -2,7 +2,7 @@
* sched/sem_timedwait.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -74,7 +74,7 @@
****************************************************************************/
/****************************************************************************
- * Function: sem_timeout
+ * Name: sem_timeout
*
* Description:
* This function is called if the timeout elapses before the message queue
@@ -127,7 +127,7 @@ static void sem_timeout(int argc, uint32_t pid)
****************************************************************************/
/****************************************************************************
- * Function: sem_timedwait
+ * Name: sem_timedwait
*
* Description:
* This function will lock the semaphore referenced by sem as in the