Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2021 16:40:18 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8db446034e3e - main - src/bin/pax: Fix spelling error
Message-ID:  <202110021640.192GeIXJ002838@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110021640.192GeIXJ002838>