From: Eugene Syromyatnikov Date: Sat, 10 Feb 2018 13:43:16 +0000 (+0100) Subject: xstring.h: rephrase xappendstr description a bit X-Git-Tag: v4.21~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04b836f024dc0f97a35a0e6090574df39656088c;p=strace xstring.h: rephrase xappendstr description a bit --- diff --git a/xstring.h b/xstring.h index 823fb1b1..16f9b179 100644 --- a/xstring.h +++ b/xstring.h @@ -86,8 +86,8 @@ get_pos_diff_(char *str, size_t size, char *pos, const char *func, /** * Helper function for constructing string in a character array by appending - * new formatted parts. Returns new position. In aligment with the rest of x* - * functions, fails on error or buffer overflow. Obtains buffer size via + * new formatted parts. Returns new position. Fails on error or buffer + * overflow, in line with the rest of x* functions. Obtains buffer size via * sizeof(str_). * * @param str_ Character array buffer to print into.