From 6d5de56e7e92ef747ff589a2b9d616361e1ef55f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 25 Nov 2015 10:30:37 +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/stdio/printf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/stdio') diff --git a/src/stdio/printf.c b/src/stdio/printf.c index e927ab7..fa5dce9 100644 --- a/src/stdio/printf.c +++ b/src/stdio/printf.c @@ -456,7 +456,7 @@ int dprintf(int fd, const char* restrict format, ...) * This is a slibc extension added for completeness. * * @param fd The file descriptor. - * @parma flags Flags to pass to `send`, see `send` + * @param flags Flags to pass to `send`, see `send` * for more information. * @param format The formatting-string. * @param ... The formatting-arguments. @@ -723,7 +723,7 @@ int vdprintf(int fd, const char* restrict format, va_list args) * This is a slibc extension added for completeness. * * @param fd The file descriptor. - * @parma flags Flags to pass to `send`, see `send` + * @param flags Flags to pass to `send`, see `send` * for more information. * @param format The formatting-string. * @param args The formatting-arguments. @@ -997,7 +997,7 @@ int dwprintf(int fd, const wchar_t* restrict format, ...) * This is a slibc extension added for completeness. * * @param fd The file descriptor. - * @parma flags Flags to pass to `send`, see `send` + * @param flags Flags to pass to `send`, see `send` * for more information. * @param format The formatting-string. * @param ... The formatting-arguments. @@ -1240,7 +1240,7 @@ int vdwprintf(int fd, const wchar_t* restrict format, va_list args) * This is a slibc extension added for completeness. * * @param fd The file descriptor. - * @parma flags Flags to pass to `send`, see `send` + * @param flags Flags to pass to `send`, see `send` * for more information. * @param format The formatting-string. * @param args The formatting-arguments. -- cgit v1.2.3-70-g09d2