diff options
Diffstat (limited to '')
| -rw-r--r-- | src/slibc-human/machinesize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slibc-human/machinesize.c b/src/slibc-human/machinesize.c index 3c8a41a..46c6eb2 100644 --- a/src/slibc-human/machinesize.c +++ b/src/slibc-human/machinesize.c @@ -85,7 +85,7 @@ static size_t prefix(char** restrict str, enum machinesize_mode mode) /** * Parses a human representation of storage size or file offset. * - * If no unit is used, bytes are assumed. If you rather it be + * If no unit is used, bytes are assumed. If you would rather it be * (for example) kilobytes, you can multiply it if * `strpbrk(str, "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM") == NULL`. * |
