diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:45:37 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:45:37 +0100 |
| commit | d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b (patch) | |
| tree | 59d41bf4c377ef5a59cf236fb2bea1897029c7d4 /include | |
| parent | Update e-mail (diff) | |
| download | slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.gz slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.bz2 slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | include/slibc-human.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slibc-human.h b/include/slibc-human.h index 57a57c2..0fd550c 100644 --- a/include/slibc-human.h +++ b/include/slibc-human.h @@ -318,7 +318,7 @@ char* humansize(char*, size_t, size_t, enum humansize_mode, int, const char* res /** * 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`. * |
