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 /src | |
| 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-- | 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`. * |
