From 3e76ba3feb63899c246b4f310a791ab1606e0ee0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Dec 2015 20:48:28 +0100 Subject: fix punctuation 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') diff --git a/src/stdio/printf.c b/src/stdio/printf.c index 0c6d2cf..3245daa 100644 --- a/src/stdio/printf.c +++ b/src/stdio/printf.c @@ -628,7 +628,7 @@ int asprintf(char** restrict buffer, const char* restrict format, ...) * It shall point to a variable whose value is * the allocation size of `*buffer`, or point to * a variable whose value is zero if `*buffer` - * is `NULL` + * is `NULL`. * @param offset The offset in the buffer where the function * shall start the printing. * @param secure Non-zero if the function must override the @@ -915,7 +915,7 @@ int vasprintf(char** restrict buffer, const char* restrict format, va_list args) * It shall point to a variable whose value is * the allocation size of `*buffer`, or point to * a variable whose value is zero if `*buffer` - * is `NULL` + * is `NULL`. * @param offset The offset in the buffer where the function * shall start the printing. * @param secure Non-zero if the function must override the @@ -1177,7 +1177,7 @@ int aswprintf(wchar_t** restrict buffer, const wchar_t* restrict format, ...) * It shall point to a variable whose value is * the allocation size of `*buffer`, or point to * a variable whose value is zero if `*buffer` - * is `NULL` + * is `NULL`. * @param offset The offset in the buffer where the function * shall start the printing. * @param secure Non-zero if the function must override the @@ -1441,7 +1441,7 @@ int vaswprintf(wchar_t** restrict buffer, const wchar_t* restrict format, va_lis * It shall point to a variable whose value is * the allocation size of `*buffer`, or point to * a variable whose value is zero if `*buffer` - * is `NULL` + * is `NULL`. * @param offset The offset in the buffer where the function * shall start the printing. * @param secure Non-zero if the function must override the -- cgit v1.2.3-70-g09d2