aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-11 22:06:44 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-11 22:06:44 -0500
commit1f679d4ae11cd976f5539bc4ddf36873132aeb00 (patch)
tree4f6372d74ba1c2af656daed7c08328964591766b /src/or/config.c
parentfed8c5199a9fbc91a7476323c145c59e9e30e30c (diff)
downloadtor-1f679d4ae11cd976f5539bc4ddf36873132aeb00.tar.gz
tor-1f679d4ae11cd976f5539bc4ddf36873132aeb00.zip
Fix all doxygen warnings other than "X is not documented"
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index d71cf6dec7..5273d5ade7 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -2693,7 +2693,7 @@ options_validate_cb(void *old_options, void *options, void *default_options,
/** Log a warning message iff <b>filepath</b> is not absolute.
* Warning message must contain option name <b>option</b> and
- * an absolute path that <b>filepath<b> will resolve to.
+ * an absolute path that <b>filepath</b> will resolve to.
*
* In case <b>filepath</b> is absolute, do nothing.
*/