Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 11:03:56 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 416fdc2d7165 - main - cp(1): Grammar fix in comment
Message-ID:  <202402131103.41DB3u08064949@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=416fdc2d71656e2f0b4a16828fb0c736ae32b74a

commit 416fdc2d71656e2f0b4a16828fb0c736ae32b74a
Author:     Chia-Jung Chang <maluma110020036@gapp.nthu.edu.tw>
AuthorDate: 2024-01-12 01:36:41 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 10:53:50 +0000

    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
---
 bin/cp/cp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index 14d1cc2a3f75..4d77dfe3feed 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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402131103.41DB3u08064949>