summaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-05-15 08:23:29 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-05-20 08:25:42 -0700
commit0caa37db4df76fc50af48a107a14e4f139b7fa55 (patch)
tree9a11957392f26e284e61ff010fdd78a7f846a4b0 /src/common/log.c
parent4b266c6e72254d848b2ca4f594c0b41770104d81 (diff)
downloadtor-0caa37db4df76fc50af48a107a14e4f139b7fa55.tar.gz
tor-0caa37db4df76fc50af48a107a14e4f139b7fa55.zip
Fix some comments
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index d14563c885..ac98f13539 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -390,7 +390,7 @@ logv(int severity, log_domain_mask_t domain, const char *funcname,
/** Output a message to the log. It gets logged to all logfiles that
* care about messages with <b>severity</b> in <b>domain</b>. The content
- * is formatted printf style basedc on <b>format</b> and extra arguments.
+ * is formatted printf-style based on <b>format</b> and extra arguments.
* */
void
tor_log(int severity, log_domain_mask_t domain, const char *format, ...)