[tor-commits] [flashproxy/master] Comment typo.

dcf at torproject.org dcf at torproject.org
Sun Dec 2 19:18:50 UTC 2012


commit bac0a655694159085572d666c42207ede294a382
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Dec 2 11:04:04 2012 -0800

    Comment typo.
---
 experiments/common.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/experiments/common.sh b/experiments/common.sh
index 258f9bd..0d108dd 100644
--- a/experiments/common.sh
+++ b/experiments/common.sh
@@ -40,7 +40,7 @@ browser_goto() {
 # Run a command and get the "real" part of time(1) output as a number of
 # seconds.
 real_time() {
-	# Make a spare copy of stderr (fd 1).
+	# Make a spare copy of stderr (fd 2).
 	exec 3>&2
 	# Point the subcommand's stderr to our copy (fd 3), and extract the
 	# original stderr (fd 2) output of time.



More information about the tor-commits mailing list