summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-04-01 23:47:44 -0400
committerRoger Dingledine <arma@torproject.org>2018-04-01 23:47:44 -0400
commit0983c203e5faab7ce8e7f49ac24ce3e9da360838 (patch)
tree603c323f117dcfd8d566f4fef2fa6939dc31c0db /src
parent596eed3715bac9fcf1041d73328e4fe07e58837c (diff)
downloadtor-0983c203e5faab7ce8e7f49ac24ce3e9da360838.tar.gz
tor-0983c203e5faab7ce8e7f49ac24ce3e9da360838.zip
misc tiny fixes
Diffstat (limited to 'src')
-rw-r--r--src/or/relay.c2
-rw-r--r--src/test/test_hs_service.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/relay.c b/src/or/relay.c
index 5dc9d9445b..5651579c3e 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -2945,7 +2945,7 @@ channel_flush_from_first_active_circuit, (channel_t *chan, int max))
/** Add <b>cell</b> to the queue of <b>circ</b> writing to <b>chan</b>
* transmitting in <b>direction</b>.
*
- * The given <b>cell</b> is copied over the circuit queue so the caller must
+ * The given <b>cell</b> is copied onto the circuit queue so the caller must
* cleanup the memory.
*
* This function is part of the fast path. */
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c
index 2e5280610f..de74fdb30d 100644
--- a/src/test/test_hs_service.c
+++ b/src/test/test_hs_service.c
@@ -1237,7 +1237,7 @@ test_build_update_descriptors(void *arg)
node->is_running = node->is_valid = node->is_fast = node->is_stable = 1;
}
- /* We have to set thise, or the lack of microdescriptors for these
+ /* We have to set this, or the lack of microdescriptors for these
* nodes will make them unusable. */
get_options_mutable()->UseMicrodescriptors = 0;