summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index e131d1e..2dd61c9 100644
--- a/utils.h
+++ b/utils.h
@@ -54,7 +54,7 @@ char *xstrdup(const char *s);
/* Human-readable printout of binary data */
void binary_print(const char *s, ssize_t len);
-/* Writes data to a file or exits on failure */
+/* Writes data to a file or exits on failure */
void xfwrite(const void *ptr, size_t size, FILE *stream);
/* Writes an int to a file, using len bytes, in bigendian order */