diff options
Diffstat (limited to 'lib/std/pathjoin.myr')
-rw-r--r-- | lib/std/pathjoin.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/pathjoin.myr b/lib/std/pathjoin.myr index 2cc2340..eb5e6fd 100644 --- a/lib/std/pathjoin.myr +++ b/lib/std/pathjoin.myr @@ -42,7 +42,7 @@ const pathnorm = {p /* "." is a no-op component, so we drop it. In order to drop a component, we set it to the empty string, - and remove it later on in the code. + and remove it later on. */ for i = 0; i < comps.len; i++ if sleq(comps[i], ".") |