commit bac0a655694159085572d666c42207ede294a382 Author: David Fifield david@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.
tor-commits@lists.torproject.org