From 67324bf19cf5a7292b1a3fd6b92655611c114a82 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Sep 2023 10:10:12 -0700 Subject: [PATCH] cp,mv,install: fix comment punctuation * src/copy.h: Fix punctuation in comment. --- src/copy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/copy.h b/src/copy.h index f89f3457f2..3809f8d238 100644 --- a/src/copy.h +++ b/src/copy.h @@ -129,8 +129,8 @@ struct cp_options if SET_MODE is nonzero. */ mode_t mode; - /* If true, copy all files except (directories and, if not dereferencing - them, symbolic links,) as if they were regular files. */ + /* If true, copy all files except directories (and, if not dereferencing + them, symbolic links) as if they were regular files. */ bool copy_as_regular; /* If true, remove each existing destination nondirectory before -- 2.47.2