commit 2735b0e9fb64550c31c862cf5ead129042109ffa
parent df5a9f61d1eaae68a77de60c8b9398925542e37b
Author: Colin Leroy <colin@colino.net>
Date: Wed, 10 Oct 2018 10:37:23 +0200
Fix wording, thanks wwp
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/file-utils.c b/src/common/file-utils.c
@@ -834,7 +834,7 @@ FILE *my_tmpfile(void)
* precise length isn't known, it is possible to ask for more.
*
* In this case, once writing to the pointer is done, the
- * caller is responsible to call ftruncate(fileno(fp), ftell(fp))
+ * caller is responsible for calling ftruncate(fileno(fp), ftell(fp))
* to make sure re-reading the stream will return EOF at the
* end of what we wrote.
* Otherwise, re-reading the stream will return uninitialized