aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-12-19 05:12:00 -0500
committerRoger Dingledine <arma@torproject.org>2009-12-19 05:12:00 -0500
commit5fee54a50f0c282193037649cf9c334c3e01dadb (patch)
tree5b6af2d8aca3f930b4aae71bbaa9615bf48012c4 /src
parentd035b65cd7a98be3dad055ac0bf885bffed896b8 (diff)
downloadtor-5fee54a50f0c282193037649cf9c334c3e01dadb.tar.gz
tor-5fee54a50f0c282193037649cf9c334c3e01dadb.zip
fix some typos
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 52d92079bb..3fd7e0e870 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2021,7 +2021,7 @@ typedef struct {
/** True iff this is the cell count for a circuit's previous
* connection. */
unsigned int is_for_p_conn : 1;
- /** The position of the circuit within the or connection's priority
+ /** The position of the circuit within the OR connection's priority
* queue. */
int heap_index;
} cell_ewma_t;