diff options
Diffstat (limited to 'src/port/path.c')
-rw-r--r-- | src/port/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/path.c b/src/port/path.c index 0d40a0bb9c1..6991bc7247b 100644 --- a/src/port/path.c +++ b/src/port/path.c @@ -304,7 +304,7 @@ canonicalize_path(char *path) } else if (pending_strips > 0 && *spath != '\0') { - /* trim a regular directory name cancelled by ".." */ + /* trim a regular directory name canceled by ".." */ trim_directory(path); pending_strips--; /* foo/.. should become ".", not empty */ |