diff options
Diffstat (limited to 'include/zix/path.h')
-rw-r--r-- | include/zix/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/path.h b/include/zix/path.h index 69b2897..ba23b10 100644 --- a/include/zix/path.h +++ b/include/zix/path.h @@ -62,7 +62,7 @@ zix_path_preferred(ZixAllocator* ZIX_NULLABLE allocator, Paths in normal form have all dot segments removed and use only a single preferred separator for all separators (that is, any number of separators is - replaced with a single "\" on Windows, and a single "/" everwhere else). + replaced with a single "\" on Windows, and a single "/" everywhere else). Note that this function doesn't access the filesystem, so won't do anything like case normalization or symbolic link dereferencing. For that, use |