diff options
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING/GettingStarted.txt | 7 | ||||
-rw-r--r-- | doc/HACKING/HelpfulTools.txt | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/doc/HACKING/GettingStarted.txt b/doc/HACKING/GettingStarted.txt index e684ed70c0..ee024feb86 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 fd3b713cc6..cf74063191 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 |