aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-02 22:47:46 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-02 22:47:46 +0000
commitc5b90daf868963ce7a46b117338fbaaeba30895e (patch)
tree14d1ebadc16a8b166e0eee4ecc8d46e539a20d07 /src/or/connection.c
parentd1fdabf1c738873e805d4d7dd1772dc98666e18f (diff)
downloadtor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar
tor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar.gz
cleanups, bump to 0.1.2.4-alpha
svn:r9015
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 428d71608..582e6e1d6 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1166,7 +1166,7 @@ connection_read_bucket_decrement(connection_t *conn, int num_read)
}
}
-/** If we have exhaused our global read bucket, or the read bucket for conn,
+/** If we have exhausted our global read bucket, or the read bucket for conn,
* stop reading. */
static void
connection_consider_empty_buckets(connection_t *conn)