summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_barrierdestroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_barrierdestroy.c')
-rw-r--r--nuttx/sched/pthread_barrierdestroy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/pthread_barrierdestroy.c b/nuttx/sched/pthread_barrierdestroy.c
index 6720b9d99..40e8e875c 100644
--- a/nuttx/sched/pthread_barrierdestroy.c
+++ b/nuttx/sched/pthread_barrierdestroy.c
@@ -2,7 +2,7 @@
* sched/pthread_barriedestroy.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
@@ -69,7 +69,7 @@
********************************************************************************/
/********************************************************************************
- * Function: pthread_barrier_destroy
+ * Name: pthread_barrier_destroy
*
* Description:
* The pthread_barrier_destroy() function destroys the barrier referenced by