git: 711a74e19ffd - main - pax(1): Grammar fix in file_subs.c

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Tue, 13 Feb 2024 07:24:11 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=711a74e19ffd7bcd116744a333c5c22835c17307

commit 711a74e19ffd7bcd116744a333c5c22835c17307
Author:     HUNG-CHI CHANG <s109062314s@gapp.nthu.edu.tw>
AuthorDate: 2024-01-07 07:50:25 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 07:09:32 +0000

    pax(1): Grammar fix in file_subs.c
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/999
---
 bin/pax/file_subs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c
index 7c68e643f04c..7214de337ec4 100644
--- a/bin/pax/file_subs.c
+++ b/bin/pax/file_subs.c
@@ -716,7 +716,7 @@ set_pmode(char *fnm, mode_t mode)
  *	block boundaries significantly reduces the overhead when copying files
  *	that are NOT very sparse. This overhead (when compared to a write) is
  *	almost below the measurement resolution on many systems. Without it,
- *	files with holes cannot be safely copied. It does has a side effect as
+ *	files with holes cannot be safely copied. It does have a side effect as
  *	it can put holes into files that did not have them before, but that is
  *	not a problem since the file contents are unchanged (in fact it saves
  *	file space). (Except on paging files for diskless clients. But since we