9
0
Fork 0
This commit is contained in:
Sascha Hauer 2008-03-01 21:06:14 +01:00
parent e77ed305e6
commit a1a747af7f
1 changed files with 1 additions and 1 deletions

View File

@ -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);