git: fa99313f30f9 - stable/13 - src/bin/pax: Fix spelling error

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 19 Nov 2021 04:53:23 UTC
The branch stable/13 has been updated by imp:

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

commit fa99313f30f9348f2c97346e6e94b0d50380b0e7
Author:     Elyes HAOUAS <ehaouas@noos.fr>
AuthorDate: 2021-11-19 04:51:12 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-11-19 04:52:21 +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);