cp(1): Grammar fix in comment

Event:		Advanced UNIX programming course (Fall'23) at NTHU
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1033
This commit is contained in:
Chia-Jung Chang 2024-01-12 09:36:41 +08:00 committed by Li-Wen Hsu
parent 304f52ad1b
commit 416fdc2d71
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -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 correct path
* Also, check for "..". This is for the correct path
* concatenation for paths ending in "..", e.g.
* cp -R .. /tmp
* Paths ending in ".." are changed to ".". This is