From: David Goulet Date: Wed, 23 Apr 2025 17:54:03 +0000 (-0400) Subject: typo: Fix unfinished HTML tag in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b6a51387069a72aedb59945a47cb772cfffdcd;p=thirdparty%2Ftor.git typo: Fix unfinished HTML tag in comment Signed-off-by: David Goulet --- diff --git a/src/lib/fs/files.c b/src/lib/fs/files.c index 914a8b8e72..3ddc28a9b3 100644 --- a/src/lib/fs/files.c +++ b/src/lib/fs/files.c @@ -576,7 +576,7 @@ write_bytes_to_new_file(const char *fname, const char *str, size_t len, * known ahead of time. * Return NULL on failure, and a NUL-terminated string on success. * On success, set sz_out to the number of bytes read (not including - * the final NULL, which wasn't read from fd). + * the final NULL, which wasn't read from fd). */ char * read_file_to_str_until_eof(int fd, size_t max_bytes_to_read, size_t *sz_out)