Skip to content

Commit

Permalink
log: fix a typo in the function comment for log_fn_()
Browse files Browse the repository at this point in the history
Closes 31923.
  • Loading branch information
teor2345 committed Oct 2, 2019
1 parent 3964072 commit 3f94441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/log/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)
Expand Down

0 comments on commit 3f94441

Please sign in to comment.