Skip to content

Commit 04b836f

Browse files
esyrldv-alt
authored andcommitted
xstring.h: rephrase xappendstr description a bit
1 parent 0863915 commit 04b836f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xstring.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ get_pos_diff_(char *str, size_t size, char *pos, const char *func,
8686

8787
/**
8888
* Helper function for constructing string in a character array by appending
89-
* new formatted parts. Returns new position. In aligment with the rest of x*
90-
* functions, fails on error or buffer overflow. Obtains buffer size via
89+
* new formatted parts. Returns new position. Fails on error or buffer
90+
* overflow, in line with the rest of x* functions. Obtains buffer size via
9191
* sizeof(str_).
9292
*
9393
* @param str_ Character array buffer to print into.

0 commit comments

Comments
 (0)