From: teor Date: Wed, 2 Oct 2019 02:12:26 +0000 (+1000) Subject: log: fix a typo in the function comment for log_fn_() X-Git-Tag: tor-0.4.2.2-alpha~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f94441bfeaba23854869a7ae8ce3d5ff26a80d3;p=thirdparty%2Ftor.git log: fix a typo in the function comment for log_fn_() Closes 31923. --- diff --git a/src/lib/log/log.c b/src/lib/log/log.c index f0f4182b7d..5f8de619a4 100644 --- a/src/lib/log/log.c +++ b/src/lib/log/log.c @@ -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 - * fn, which is the name of the calling functions. */ + * fn, which is the name of the calling function. */ void log_fn_(int severity, log_domain_mask_t domain, const char *fn, const char *format, ...)