commit e5976482a39ba28efa64764cdb19e310c84aec21 Author: Nick Mathewson nickm@torproject.org Date: Thu Oct 29 10:29:21 2015 -0400
More issues that Karsten spotted --- doc/HACKING/GettingStarted.txt | 7 ------- doc/HACKING/HelpfulTools.txt | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/doc/HACKING/GettingStarted.txt b/doc/HACKING/GettingStarted.txt index e684ed7..ee024fe 100644 --- a/doc/HACKING/GettingStarted.txt +++ b/doc/HACKING/GettingStarted.txt @@ -1,9 +1,4 @@
- -(DRAFT) - - - Getting started in Tor development ==================================
@@ -189,6 +184,4 @@ Once you've reached this point, here's what you need to know. it integrated into mainline Tor.
-Where do I go from here? -------------------------
diff --git a/doc/HACKING/HelpfulTools.txt b/doc/HACKING/HelpfulTools.txt index fd3b713..cf74063 100644 --- a/doc/HACKING/HelpfulTools.txt +++ b/doc/HACKING/HelpfulTools.txt @@ -156,7 +156,7 @@ Profiling Tor with oprofile ~~~~~~~~~~~~~~~~~~~~~~~~~~~
The oprofile tool runs (on Linux only!) to tell you what functions Tor is -spending its CPU time in, so we can identify berformance pottlenecks. +spending its CPU time in, so we can identify performance bottlenecks.
Here are some basic instructions
tor-commits@lists.torproject.org