tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 68b6a51387069a72aedb59945a47cb772cfffdcd
parent abab3c2458a025102e2b32a0c7932c24c0cc1586
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 23 Apr 2025 13:54:03 -0400

typo: Fix unfinished HTML tag in comment

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Msrc/lib/fs/files.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 <b>sz_out</b> to the number of bytes read (not including - * the final NULL, which wasn't read from <b>fd</fd>). + * the final NULL, which wasn't read from <b>fd</b>). */ char * read_file_to_str_until_eof(int fd, size_t max_bytes_to_read, size_t *sz_out)