summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-04-04 12:05:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-04-04 14:45:04 +0200
commitc228b2b84ba82bc213896659c5213926bdd203c8 (patch)
treef22dea3a71ad3689a6215bbbbd4c9d583377a520
parent2bdf73a210cca6f38c2d00480fb7d425945e29a3 (diff)
downloadbarebox-c228b2b84ba82bc213896659c5213926bdd203c8.tar.gz
barebox-c228b2b84ba82bc213896659c5213926bdd203c8.tar.xz
Trivial comment fix
-rw-r--r--common/environment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/environment.c b/common/environment.c
index 6e414d9750..29b03e17d8 100644
--- a/common/environment.c
+++ b/common/environment.c
@@ -159,7 +159,7 @@ EXPORT_SYMBOL(envfs_save);
/**
* Restore the last environment into the current one
* @param[in] filename from where to restore
- * @param[in] dirname where to store the last content
+ * @param[in] dir where to store the last content
* @return 0 on success, anything else in case of failure
*
* Note: This function will also be used on the host! See note in the header