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:
parent
28c3c137f6
commit
8db446034e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user