]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix wide line in main.c
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Dec 2008 17:23:00 +0000 (17:23 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Dec 2008 17:23:00 +0000 (17:23 +0000)
svn:r17587

src/or/main.c

index 3d02d2e87120dfb904050867f012ae9cbcc81758..b41559bd80c30fb7bca75381f131f85f7d0d70dc 100644 (file)
@@ -1331,7 +1331,7 @@ do_hup(void)
   addressmap_clear_transient();
   /* first, reload config variables, in case they've changed */
   if (options->ReloadTorrcOnSIGHUP) {
-    /* no need to provide argc/v, they've been cached inside init_from_config */
+    /* no need to provide argc/v, they've been cached in init_from_config */
     if (options_init_from_torrc(0, NULL) < 0) {
       log_err(LD_CONFIG,"Reading config failed--see warnings above. "
               "For usage, try -h.");