summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-01 21:06:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-01 21:06:14 +0100
commita1a747af7f7bd816af73d808e1c750f536873c3d (patch)
tree81a4054c2099ad689be2abbef4b597b405401946 /include
parente77ed305e6f90368462f5864e811dc8379516a86 (diff)
downloadbarebox-a1a747af7f7bd816af73d808e1c750f536873c3d.tar.gz
barebox-a1a747af7f7bd816af73d808e1c750f536873c3d.tar.xz
fix typo
Diffstat (limited to 'include')
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index b77279a4cc..2785683e67 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -157,7 +157,7 @@ const char *fsdev_get_mountpoint(struct fs_device_d *fsdev);
void *read_file(const char *filename, size_t *size);
/*
- * This function turn 'path' into an absolute path and removes all occurrences
+ * This function turns 'path' into an absolute path and removes all occurrences
* of "..", "." and double slashes. The returned string must be freed wit free().
*/
char *normalise_path(const char *path);