summaryrefslogtreecommitdiffstats
path: root/common/env.c
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 15:20:31 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 15:20:31 +0100
commit0a13be8de25ea2ba37f156fbfac0555125f651f3 (patch)
tree80f9d57e07a9dfe637576d907414896fd26a3b26 /common/env.c
parentc0f66e1ca41e1cecb547dd95404181861496ecf6 (diff)
parent4cd877a840026c10fcce9586cdf14e6c8d306078 (diff)
downloadbarebox-0a13be8de25ea2ba37f156fbfac0555125f651f3.tar.gz
barebox-0a13be8de25ea2ba37f156fbfac0555125f651f3.tar.xz
various docu added
Diffstat (limited to 'common/env.c')
-rw-r--r--common/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env.c b/common/env.c
index c8cb29a7a3..98789e0206 100644
--- a/common/env.c
+++ b/common/env.c
@@ -61,7 +61,7 @@ static struct env_context *context;
/**
* Remove a list of environment variables
- * @param[inout] v Variable anchor to remove
+ * @param[in] v Variable anchor to remove
*/
static void free_variables(struct variable_d *v)
{