summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_dupenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/env_dupenv.c')
-rw-r--r--nuttx/sched/env_dupenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/env_dupenv.c b/nuttx/sched/env_dupenv.c
index fd3ccd7b7..32bf6a433 100644
--- a/nuttx/sched/env_dupenv.c
+++ b/nuttx/sched/env_dupenv.c
@@ -2,7 +2,7 @@
* eched/env_dupenv.c
*
* Copyright (C) 2007, 2009, 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
@@ -57,7 +57,7 @@
****************************************************************************/
/****************************************************************************
- * Function: dupenv
+ * Name: dupenv
*
* Description:
* Copy the internal environment structure of a task. This is the action