summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-25 03:24:53 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-25 03:24:53 -0500
commit68799103344e41e6b5301d2699af5d12a3744f5d (patch)
tree782602502861c30deb9ebb9a44770ba545467f1f
parent337e32f5b8f5f3b310da20bf0135f17d06efb3ab (diff)
downloadtor-68799103344e41e6b5301d2699af5d12a3744f5d.tar.gz
tor-68799103344e41e6b5301d2699af5d12a3744f5d.zip
Fix a comment in tor_main.c
We don't use subversion or src/*/makefile.am any longer
-rw-r--r--src/or/tor_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c
index 806b5ebb38..05dc0bf0bf 100644
--- a/src/or/tor_main.c
+++ b/src/or/tor_main.c
@@ -3,9 +3,9 @@
* Copyright (c) 2007-2013, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/** String describing which Tor subversion repository version the source was
- * built from. This string is generated by a bit of shell kludging int
- * src/or/Makefile.am, and is usually right.
+/** String describing which Tor Git repository version the source was
+ * built from. This string is generated by a bit of shell kludging in
+ * src/or/include.am, and is usually right.
*/
const char tor_git_revision[] =
#ifndef _MSC_VER