summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_mutexunlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_mutexunlock.c')
-rw-r--r--nuttx/sched/pthread_mutexunlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/pthread_mutexunlock.c b/nuttx/sched/pthread_mutexunlock.c
index 90ed5e537..34846f952 100644
--- a/nuttx/sched/pthread_mutexunlock.c
+++ b/nuttx/sched/pthread_mutexunlock.c
@@ -2,7 +2,7 @@
* sched/pthread_mutexunlock.c
*
* Copyright (C) 2007-2009 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
@@ -72,7 +72,7 @@
****************************************************************************/
/****************************************************************************
- * Function: pthread_mutex_unlock
+ * Name: pthread_mutex_unlock
*
* Description:
* The pthread_mutex_unlock() function releases the mutex object referenced