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>
This commit is contained in:
Elyes HAOUAS 2021-10-02 10:36:09 -06:00 committed by Warner Losh
parent 28c3c137f6
commit 8db446034e

View file

@ -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);