]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a comment in tor_main.c
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Feb 2013 08:24:53 +0000 (03:24 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 Feb 2013 08:24:53 +0000 (03:24 -0500)
We don't use subversion or src/*/makefile.am any longer

src/or/tor_main.c

index 806b5ebb3877f0f8e143dac78c66e8ff602b317a..05dc0bf0bf85cf3c375deba1e10deec9ea58b68e 100644 (file)
@@ -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