diff options
author | teor <teor@torproject.org> | 2018-11-21 20:15:21 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-11-22 16:56:06 +1000 |
commit | 3741f9e524a2d3bd7239ca865d6169fd1e3dddb5 (patch) | |
tree | bd067c93bf52e259fff6009e68c0f63eaf1855ad /src/test/test_hs_common.c | |
parent | 469f47ef8dc8b18104108f0437c860ec88fca6ad (diff) | |
download | tor-3741f9e524a2d3bd7239ca865d6169fd1e3dddb5.tar.gz tor-3741f9e524a2d3bd7239ca865d6169fd1e3dddb5.zip |
Fix a comment typo in test_hs_common.c
Diffstat (limited to 'src/test/test_hs_common.c')
-rw-r--r-- | src/test/test_hs_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c index 95f7ed14ba..6198573f22 100644 --- a/src/test/test_hs_common.c +++ b/src/test/test_hs_common.c @@ -630,7 +630,7 @@ test_disaster_srv(void *arg) get_disaster_srv(1, srv_one); get_disaster_srv(2, srv_two); - /* Check that the cached ones where updated */ + /* Check that the cached ones were updated */ tt_mem_op(cached_disaster_srv_one, OP_EQ, srv_one, DIGEST256_LEN); tt_mem_op(cached_disaster_srv_two, OP_EQ, srv_two, DIGEST256_LEN); |