summaryrefslogtreecommitdiff
path: root/nuttx/sched/errno_getptr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/errno_getptr.c')
-rw-r--r--nuttx/sched/errno_getptr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/errno_getptr.c b/nuttx/sched/errno_getptr.c
index 8daf5b2cc..0b27768da 100644
--- a/nuttx/sched/errno_getptr.c
+++ b/nuttx/sched/errno_getptr.c
@@ -2,7 +2,7 @@
* sched/errno_getptr.c
*
* Copyright (C) 2007, 2008, 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
@@ -61,7 +61,7 @@ static int g_irqerrno;
****************************************************************************/
/****************************************************************************
- * Function: get_errno_ptr
+ * Name: get_errno_ptr
*
* Description:
* Return a pointer to the thread specific errno.