git: 34bc6f6dd0ed - stable/12 - src/bin/pax: Fix spelling error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 05:00:43 UTC
The branch stable/12 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=34bc6f6dd0edc523ea820e34a1408e03e061a2d5
commit 34bc6f6dd0edc523ea820e34a1408e03e061a2d5
Author: Elyes HAOUAS <ehaouas@noos.fr>
AuthorDate: 2021-11-19 04:59:41 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-11-19 04:59:41 +0000
src/bin/pax: Fix spelling error
"whats" -> "what's"
Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
(cherry picked from commit 8db446034e3e53969db8b211fb8635dd911d1133)
---
bin/pax/buf_subs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);