aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:45:37 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:45:37 +0100
commitd6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b (patch)
tree59d41bf4c377ef5a59cf236fb2bea1897029c7d4 /src
parentUpdate e-mail (diff)
downloadslibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.gz
slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.bz2
slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.xz
fix documentationHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--src/slibc-human/machinesize.c2
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`.
*