diff options
author | Roger Dingledine <arma@torproject.org> | 2023-05-11 13:09:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2023-05-11 13:09:34 -0400 |
commit | 34da50718a4395936736c32e8cc24876d2f7e10c (patch) | |
tree | 37ad56de5ec76fdb9169ff7977229b6df73f6f56 /src/core | |
parent | e643a708793f748bf7c3dd4978762429e51411cf (diff) | |
download | tor-34da50718a4395936736c32e8cc24876d2f7e10c.tar.gz tor-34da50718a4395936736c32e8cc24876d2f7e10c.zip |
fix minor typos in conflux and pow areas
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/or/conflux_st.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/or/conflux_st.h b/src/core/or/conflux_st.h index dae4845cb6..2112b0b7a1 100644 --- a/src/core/or/conflux_st.h +++ b/src/core/or/conflux_st.h @@ -45,17 +45,17 @@ struct conflux_params_t { struct conflux_leg_t { /** * For computing ooo_q insertion sequence numbers: Highest absolute - * sequence number recieved on each leg, before delivery. + * sequence number received on each leg, before delivery. * - * As a reciever, this allows us to compute the absolute sequence number + * As a receiver, this allows us to compute the absolute sequence number * of a cell for delivery or insertion into the ooo_q. When a SWITCH cell - * is recieved on a leg, the absolute sequence number of that cell is + * is received on a leg, the absolute sequence number of that cell is * the relative sequence number in that cell, plus the absolute sequence * number of that leg from this array. The leg's sequence number * is then updated to this value immediately. * * In this way, we are able to assign absolute sequence numbers to cells - * immediately, regardless of how many legs or leg switches have ocurred, + * immediately, regardless of how many legs or leg switches have occurred, * and regardless of the delivery status of each cell versus if it must be * queued. */ |