Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 14:09:57 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5aaef5a60084 - main - cp: Fix grammar in comment.
Message-ID:  <202403281409.42SE9vR7013474@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=5aaef5a6008419d0945699dfdb5ce1daffecd21d

commit 5aaef5a6008419d0945699dfdb5ce1daffecd21d
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-03-28 14:06:37 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-03-28 14:09:45 +0000

    cp: Fix grammar in comment.
    
    This reverts commit 416fdc2d71656e2f0b4a16828fb0c736ae32b74a.
---
 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 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



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