git: 8db446034e3e - main - src/bin/pax: Fix spelling error

Warner Losh imp at FreeBSD.org
Sat Oct 2 16:40:19 UTC 2021


The branch main has been updated by imp:

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

commit 8db446034e3e53969db8b211fb8635dd911d1133
Author:     Elyes HAOUAS <ehaouas at noos.fr>
AuthorDate: 2021-10-02 16:36:09 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-10-02 16:39:34 +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 at noos.fr>
---
 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);


More information about the dev-commits-src-all mailing list