From f9d960d3c8dd0227022042061ca61dd8e8069e08 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Nov 2015 03:14:17 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/slibc-human/humansize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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`. -- cgit v1.2.3-70-g09d2