From: Paul Eggert Date: Tue, 5 Sep 2023 17:10:12 +0000 (-0700) Subject: cp,mv,install: fix comment punctuation X-Git-Tag: v9.5~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67324bf19cf5a7292b1a3fd6b92655611c114a82;p=thirdparty%2Fcoreutils.git cp,mv,install: fix comment punctuation * src/copy.h: Fix punctuation in comment. --- 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