summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_removejoininfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_removejoininfo.c')
-rw-r--r--nuttx/sched/pthread_removejoininfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/pthread_removejoininfo.c b/nuttx/sched/pthread_removejoininfo.c
index 3251b67fe..defc02991 100644
--- a/nuttx/sched/pthread_removejoininfo.c
+++ b/nuttx/sched/pthread_removejoininfo.c
@@ -2,7 +2,7 @@
* sched/pthread_removejoininfo.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
@@ -65,7 +65,7 @@
************************************************************************/
/************************************************************************
- * Function: pthread_removejoininfo
+ * Name: pthread_removejoininfo
*
* Description:
* Remove a join_t from the local data set.