diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-03-28 14:06:37 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-03-28 14:09:45 +0000 |
| commit | 5aaef5a6008419d0945699dfdb5ce1daffecd21d (patch) | |
| tree | 4f4ee042dd30287533915f2a36bf6652ae7a902f /bin | |
| parent | b7b78c1c169dd2213b4cb3e14e19c045b2c5e5af (diff) | |
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/cp/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 4d77dfe3feed..14d1cc2a3f75 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -340,7 +340,7 @@ copy(char *argv[], enum op type, int fts_options, struct stat *root_stat) * noexist/dir/foo (where foo is a file in dir), which * is the case where the target exists. * - * Also, check for "..". This is for the correct path + * Also, check for "..". This is for correct path * concatenation for paths ending in "..", e.g. * cp -R .. /tmp * Paths ending in ".." are changed to ".". This is |
