diff --git a/core/src/poh.rs b/core/src/poh.rs index 8f9b7ab03b..e8ff1482ec 100644 --- a/core/src/poh.rs +++ b/core/src/poh.rs @@ -45,7 +45,7 @@ impl Poh { } // emissions of Ticks (i.e. PohEntries without a mixin) allows - // valhashators to parallelize the work of catching up + // validators to parallelize the work of catching up pub fn tick(&mut self) -> PohEntry { self.hash();