diff options
| author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-10-02 16:36:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-10-02 16:39:34 +0000 |
| commit | 8db446034e3e53969db8b211fb8635dd911d1133 (patch) | |
| tree | 099d4259a91137c5326bebcb3ca1acf39b919cf3 /bin/pax | |
| parent | 28c3c137f64a7176d0ca877fb4f35ae17c7c5202 (diff) | |
Diffstat (limited to 'bin/pax')
| -rw-r--r-- | bin/pax/buf_subs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 153b599193d8..6d50a280f29c 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -540,7 +540,7 @@ rd_wrbuf(char *in, int cpcnt) } /* - * calculate how much data to copy based on whats left and + * calculate how much data to copy based on what's left and * state of buffer */ cnt = MIN(cnt, incnt); |
