diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-21 09:01:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-21 09:01:32 +0000 |
commit | b3c0d066e535d33d9ed271e92eb30cdefb18385e (patch) | |
tree | 9ce0e2aac1bdc8e5b5fca86629ffac57ccd71095 /src/or/config.c | |
parent | a60f7caa5490a38bd67d01ae65fb08c51250cd87 (diff) | |
download | tor-b3c0d066e535d33d9ed271e92eb30cdefb18385e.tar.gz tor-b3c0d066e535d33d9ed271e92eb30cdefb18385e.zip |
other cleanups that have been sitting in my sandbox
svn:r13649
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 75e88bfe3a..ba5ccaa90a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2446,7 +2446,7 @@ options_init(or_options_t *options) config_init(&options_format, options); } -/** Set all vars in the configuration object 'options' to their default +/** Set all vars in the configuration object <b>options</b> to their default * values. */ static void config_init(config_format_t *fmt, void *options) |