0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00

ircd::gpt: Fix stale comment. [ci skip].

This commit is contained in:
Jason Volk 2022-07-22 19:09:51 -07:00
parent 5600e28ebc
commit a44e180ff7

View file

@ -57,7 +57,7 @@ struct ircd_gpt_ctrl_clk
uint step;
/// Master clock. Epoch consists of one or more steps; epoch count is
/// incremented by one after every backward propagation.
/// incremented monotonically by one after every repetition of the corpus.
uint epoch;
};