]> granicus.if.org Git - strace/commitdiff
xstring.h: rephrase xappendstr description a bit
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 10 Feb 2018 13:43:16 +0000 (14:43 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Feb 2018 13:52:42 +0000 (13:52 +0000)
xstring.h

index 823fb1b17d9ed74e3b32f262a1199e25359bd2bd..16f9b179126d920f05fd284ed2f5551d7ce89e11 100644 (file)
--- 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.