The branch main has been updated by imp:

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

commit 8db446034e3e53969db8b211fb8635dd911d1133
Author:     Elyes HAOUAS <[email protected]>
AuthorDate: 2021-10-02 16:36:09 +0000
Commit:     Warner Losh <[email protected]>
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 <[email protected]>
---
 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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to