summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-02 12:12:26 +1000
committerteor <teor@torproject.org>2019-10-02 12:12:26 +1000
commit3f94441bfeaba23854869a7ae8ce3d5ff26a80d3 (patch)
treee60e7e4bfad1fa842a94da1e8ba63a0de3aabdc9
parent39640728c332980daf7ca639827735a1c359669a (diff)
downloadtor-3f94441bfeaba23854869a7ae8ce3d5ff26a80d3.tar.gz
tor-3f94441bfeaba23854869a7ae8ce3d5ff26a80d3.zip
log: fix a typo in the function comment for log_fn_()
Closes 31923.
-rw-r--r--src/lib/log/log.c2
1 files changed, 1 insertions, 1 deletions
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
- * <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, ...)