diff options
Diffstat (limited to 'backends/fs/posix')
-rw-r--r-- | backends/fs/posix/posix-fs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp index 8ed6d9be6a..5cde32c851 100644 --- a/backends/fs/posix/posix-fs.cpp +++ b/backends/fs/posix/posix-fs.cpp @@ -84,8 +84,8 @@ private: * Returns the last component of a given path. * * Examples: - * /foo/bar.txt would return /bar.txt - * /foo/bar/ would return /bar/ + * /foo/bar.txt would return /bar.txt + * /foo/bar/ would return /bar/ * * @param str String containing the path. * @return Pointer to the first char of the last component inside str. |