diff options
author | Roger Dingledine <arma@torproject.org> | 2019-05-15 23:20:03 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-05-15 23:20:03 -0400 |
commit | d86896b29c7a5278bedd89a7150ddbe7531b365b (patch) | |
tree | cafa3cb9891674251080b5877f711a0e98a42b51 /src/feature/dirauth/shared_random_state.c | |
parent | 338cfb31798267dc8260415ef55ddceb042367bd (diff) | |
download | tor-d86896b29c7a5278bedd89a7150ddbe7531b365b.tar.gz tor-d86896b29c7a5278bedd89a7150ddbe7531b365b.zip |
fix typos, whitespace, comments
Diffstat (limited to 'src/feature/dirauth/shared_random_state.c')
-rw-r--r-- | src/feature/dirauth/shared_random_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/shared_random_state.c b/src/feature/dirauth/shared_random_state.c index 9a045b283d..b669e3836e 100644 --- a/src/feature/dirauth/shared_random_state.c +++ b/src/feature/dirauth/shared_random_state.c @@ -937,7 +937,7 @@ state_query_del_all_(sr_state_object_t obj_type) } DIGESTMAP_FOREACH_END; break; } - /* The following object are _NOT_ suppose to be removed. */ + /* The following objects are _NOT_ supposed to be removed. */ case SR_STATE_OBJ_CURSRV: case SR_STATE_OBJ_PREVSRV: case SR_STATE_OBJ_PHASE: |