summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_unsetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/env_unsetenv.c')
-rw-r--r--nuttx/sched/env_unsetenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/env_unsetenv.c b/nuttx/sched/env_unsetenv.c
index a751661c7..52469fac9 100644
--- a/nuttx/sched/env_unsetenv.c
+++ b/nuttx/sched/env_unsetenv.c
@@ -2,7 +2,7 @@
* sched/env_unsetenv.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
@@ -59,7 +59,7 @@
****************************************************************************/
/****************************************************************************
- * Function: unsetenv
+ * Name: unsetenv
*
* Description:
* The unsetenv() function deletes the variable name from the environment.