summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/env_putenv.c')
-rw-r--r--nuttx/sched/env_putenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/env_putenv.c b/nuttx/sched/env_putenv.c
index 68674023a..ad00dd13d 100644
--- a/nuttx/sched/env_putenv.c
+++ b/nuttx/sched/env_putenv.c
@@ -2,7 +2,7 @@
* sched/env_putenv.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: putenv
+ * Name: putenv
*
* Description:
* The putenv() function adds or changes the value of environment variables.