From a1a747af7f7bd816af73d808e1c750f536873c3d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 1 Mar 2008 21:06:14 +0100 Subject: [PATCH] fix typo --- include/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fs.h b/include/fs.h index b77279a4c..2785683e6 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);