]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
log: fix a typo in the function comment for log_fn_()
authorteor <teor@torproject.org>
Wed, 2 Oct 2019 02:12:26 +0000 (12:12 +1000)
committerteor <teor@torproject.org>
Wed, 2 Oct 2019 02:12:26 +0000 (12:12 +1000)
Closes 31923.

src/lib/log/log.c

index f0f4182b7d69d2351d5e66ab3892714da9fa7e03..5f8de619a402a8e87bc7f3d6fd062ee3c5f16dd5 100644 (file)
@@ -755,7 +755,7 @@ tor_log_get_logfile_names(smartlist_t *out)
 
 /** Implementation of the log_fn backend, used when we have
  * variadic macros. All arguments are as for log_fn, except for
- * <b>fn</b>, which is the name of the calling functions. */
+ * <b>fn</b>, which is the name of the calling function. */
 void
 log_fn_(int severity, log_domain_mask_t domain, const char *fn,
         const char *format, ...)