]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo: Fix unfinished HTML tag in comment
authorDavid Goulet <dgoulet@torproject.org>
Wed, 23 Apr 2025 17:54:03 +0000 (13:54 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 23 Apr 2025 17:54:03 +0000 (13:54 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
src/lib/fs/files.c

index 914a8b8e720c9cc70ea18f7a8ba4718efec123cb..3ddc28a9b34306f06e6182d56774d1dfc8ef0d3d 100644 (file)
@@ -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)