diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/slibc-human/humansize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slibc-human/humansize.c b/src/slibc-human/humansize.c index 0cc4c3d..4bc94db 100644 --- a/src/slibc-human/humansize.c +++ b/src/slibc-human/humansize.c @@ -26,12 +26,12 @@ * Convert a file size of file offset from machine representation to human representation. * * @param buffer A buffer than shall be used if it is sufficiently large. - * @parma bufsize The allocation size of `buffer`. + * @param bufsize The allocation size of `buffer`. * Must be 0 if and only if `buffer` is `NULL`. * @param size The value to convert. * @param mode Representation style, 0 for default. * @param detail See documentation for the select value on `mode`. - * @parma point The symbol to use for decimal points. `NULL` or empty for default. + * @param point The symbol to use for decimal points. `NULL` or empty for default. * @return Human representation of the file size/offset, `NULL` on error. * On success, the caller is responsible for deallocating the * returned pointer, if and only if it is not `buffer`. |