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
This commit is contained in:
HUNG-CHI CHANG 2024-01-07 15:50:25 +08:00 committed by Li-Wen Hsu
parent c9213e4bb9
commit 711a74e19f
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
1 changed files with 1 additions and 1 deletions

View File

@ -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